File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 5656 draggable ="true " ondragstart ="dragTask(event) "
5757 ondrop ="dropTask2Task(event) " ondragover ="allowDropOfTask(event) ">
5858 < td th:id ="'task_' + ${task.id} + '_col_info_icons' " class ="task_col task_col_info_icons ">
59- < a th:href ="@{/task/complete/ {id}(id=${task.id})} "
59+ < a th:href ="@{/task/{id}/complete (id=${task.id})} "
6060 th:if ="${task.taskState.name() ne 'COMPLETED' and task.taskState.name() ne 'TRASHED'} "
6161 class ="task_col_content task_col_content_finish twtooltip " data-placement ="bottom "
6262 th:alt-title ="#{task.col.twtooltip.infoicons.finish.task} ">
6363 < i class ="far fa-square "> </ i >
6464 </ a >
65- < a th:href ="@{/task/incomplete/ {id}(id=${task.id})} "
65+ < a th:href ="@{/task/{id}/incomplete (id=${task.id})} "
6666 th:if ="${task.taskState.name() eq 'COMPLETED'} "
6767 class ="task_col_content task_col_content_unfinish twtooltip " data-placement ="bottom "
6868 th:alt-title ="#{task.col.twtooltip.infoicons.unfinish.task} ">
You can’t perform that action at this time.
0 commit comments