File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
src/main/resources/templates/taskstate Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,8 @@ <h1 class="col-md-12 mb-12">
1919 </ div >
2020 < div class ="row ">
2121 < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
22- < a th:href ="@{/task/move/completed/to/trash} " class ="btn btn-block btn-primary " role ="button ">
22+ < a th:href ="@{/taskstate/task/completed/move/to/trash} "
23+ class ="btn btn-block btn-primary " role ="button ">
2324 < i class ="fas fa-trash-alt "> </ i >
2425 < span th:utext ="#{tasks.completed.delete} "> Delete All Completed Tasks</ span >
2526 </ a >
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ <h1 class="col-md-12 mb-12">
2020 </ div >
2121 < div class ="row ">
2222 < div id ="tw-content-title-actionbuttons " class ="col-md-3 mb-3 ">
23- < a th:href ="@{/task/move/ trash/to/void } " class ="btn btn-block btn-primary " role ="button ">
23+ < a th:href ="@{/taskstate/ task/trash/empty } " class ="btn btn-block btn-primary " role ="button ">
2424 < i class ="fas fa-trash-alt "> </ i >
2525 < span th:utext ="#{tasks.trash.empty} "> Empty Trash</ span >
2626 </ a >
You can’t perform that action at this time.
0 commit comments