File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/main/resources/templates/layout Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 178178 < div class ="modal-header ">
179179 < h5 class ="modal-title " id ="taskModalScrollableTitle ">
180180 < a th:if ="${task.taskState.name() ne 'COMPLETED' and task.taskState.name() ne 'TRASHED'} "
181- th:href ="@{/task/complete/{id}(id=${task.id})} ">
181+ th:href ="@{/taskstate/ task/complete/{id}(id=${task.id})} ">
182182 < i class ="far fa-square "> </ i >
183183 </ a >
184184 < a th:if ="${task.taskState.name() eq 'COMPLETED'} "
185- th:href ="@{/task/incomplete/{id}(id=${task.id})} " >
185+ th:href ="@{/taskstate/ task/incomplete/{id}(id=${task.id})} " >
186186 < i class ="fas fa-check-square "> </ i >
187187 </ a >
188188 < i class ="fas fa-trash-alt " th:if ="${task.taskState.name() eq 'TRASHED'} "> </ i >
189189 < a th:if ="${task.focus} "
190- th:href ="@{/task/unsetfocus/{id}(id=${task.id})} ">
190+ th:href ="@{/taskstate/ task/unsetfocus/{id}(id=${task.id})} ">
191191 < i class ="fas fa-star "> </ i >
192192 </ a >
193193 < a th:if ="${not task.focus} "
194- th:href ="@{/task/setfocus/{id}(id=${task.id})} ">
194+ th:href ="@{/taskstate/ task/setfocus/{id}(id=${task.id})} ">
195195 < i class ="far fa-star "> </ i >
196196 </ a >
197197 < span th:text ="${task.title} "> Modal title</ span >
You can’t perform that action at this time.
0 commit comments