File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/main/resources/templates/project Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 118118 < i class ="fas fa-save "> </ i >
119119 < span th:utext ="#{task.show.button} "> Save Task</ span >
120120 </ button >
121- < a th:href ="@{/task/transform/ {id}(id=${task.id})} " class ="btn btn-secondary " role ="button ">
121+ < a th:href ="@{/task/{id}/transform (id=${task.id})} " class ="btn btn-secondary " role ="button ">
122122 < i class ="fas fa-project-diagram "> </ i >
123123 < span th:utext ="#{task.show.transform} "> Transform into Project</ span >
124124 </ a >
Original file line number Diff line number Diff line change 118118 < i class ="fas fa-save "> </ i >
119119 < span th:utext ="#{task.show.button} "> Save Task</ span >
120120 </ button >
121- < a th:href ="@{/task/transform/ {id}(id=${task.id})} " class ="btn btn-secondary " role ="button ">
121+ < a th:href ="@{/task/{id}/transform (id=${task.id})} " class ="btn btn-secondary " role ="button ">
122122 < i class ="fas fa-project-diagram "> </ i >
123123 < span th:utext ="#{task.show.transform} "> Transform into Project</ span >
124124 </ a >
You can’t perform that action at this time.
0 commit comments