File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
src/main/resources/templates/project/id Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 4040 </ div >
4141 </ div >
4242 </ div >
43- < div class ="form-group ">
43+ < div class ="form-group ">
4444 < label th:for ="${#ids.next('context.id')} " class ="control-label ">
4545 < span th:utext ="#{project.edit.context} "> context</ span >
4646 </ label >
5353 < div th:each ="err : ${#fields.errors('context.id')} "
5454 th:text ="${err} " class ="alert alert-danger "> </ div >
5555 </ div >
56- </ div >
57- < div class ="col ">
56+ </ div >
57+ < div class ="row my-3 ">
58+ < div class ="col ">
5859 < a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
5960 class ="btn btn-secondary btn-block " role ="button ">
6061 < i class ="fas fa-angle-double-left "> </ i >
6162 < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
6263 </ a >
6364 </ div >
64- < div class ="col ">
65+ < div class ="col ">
6566 < input type ="hidden " th:field ="*{id} " />
6667 < button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
6768 < i class ="fas fa-save "> </ i >
7172 name ="${_csrf.parameterName} "
7273 value ="${_csrf.token} "/>
7374 </ div >
75+ </ div >
7476 </ form >
7577 </ div >
7678 <!-- Document Window End -->
You can’t perform that action at this time.
0 commit comments