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 54
54
th:text ="${err} " class ="alert alert-danger "> </ div >
55
55
</ div >
56
56
</ 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 >
57
64
< div class ="form-group ">
58
65
< input type ="hidden " th:field ="*{id} " />
59
66
< button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
Original file line number Diff line number Diff line change 21
21
< form id ="formId " class ="was-validated " method ="post "
22
22
th:action ="@{/project/{id}/project/add(id=${thisProject.id})} " th:object ="${project} ">
23
23
< 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 >
24
31
< div class ="form-row ">
25
32
< div class ="col-md-12 mb-12 ">
26
33
< button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
Original file line number Diff line number Diff line change 21
21
< form id ="formId " class ="was-validated " method ="post "
22
22
th:action ="@{/project/root/project/add} " th:object ="${project} ">
23
23
< 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 >
24
31
< div class ="form-row ">
25
32
< div class ="col-md-12 mb-12 ">
26
33
< button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
You can’t perform that action at this time.
0 commit comments