File tree Expand file tree Collapse file tree 3 files changed +21
-0
lines changed
src/main/resources/templates/project Expand file tree Collapse file tree 3 files changed +21
-0
lines changed Original file line number Diff line number Diff line change 5454 th:text ="${err} " class ="alert alert-danger "> </ div >
5555 </ div >
5656 </ div >
57+ < div class ="col ">
58+ < a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
59+ class ="btn btn-secondary btn-block " role ="button ">
60+ < i class ="fas fa-angle-double-left "> </ i >
61+ < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
62+ </ a >
63+ </ div >
5764 < div class ="form-group ">
5865 < input type ="hidden " th:field ="*{id} " />
5966 < button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
Original file line number Diff line number Diff line change 2121 < form id ="formId " class ="was-validated " method ="post "
2222 th:action ="@{/project/{id}/project/add(id=${thisProject.id})} " th:object ="${project} ">
2323 < div th:replace ="layout/project :: tw-project-form(project=${project},contexts=${contexts}) "> </ div >
24+ < div class ="col ">
25+ < a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
26+ class ="btn btn-secondary btn-block " role ="button ">
27+ < i class ="fas fa-angle-double-left "> </ i >
28+ < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
29+ </ a >
30+ </ div >
2431 < div class ="form-row ">
2532 < div class ="col-md-12 mb-12 ">
2633 < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
Original file line number Diff line number Diff line change 2121 < form id ="formId " class ="was-validated " method ="post "
2222 th:action ="@{/project/root/project/add} " th:object ="${project} ">
2323 < div th:replace ="layout/project :: tw-project-form(project=${project},contexts=${contexts}) "> </ div >
24+ < div class ="col ">
25+ < a th:href ="@{/project/root} "
26+ class ="btn btn-secondary btn-block " role ="button ">
27+ < i class ="fas fa-angle-double-left "> </ i >
28+ < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
29+ </ a >
30+ </ div >
2431 < div class ="form-row ">
2532 < div class ="col-md-12 mb-12 ">
2633 < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
You can’t perform that action at this time.
0 commit comments