File tree Expand file tree Collapse file tree 3 files changed +13
-13
lines changed
src/main/resources/templates/project Expand file tree Collapse file tree 3 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 6161 < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
6262 </ a >
6363 </ div >
64- < div class ="form-group ">
64+ < div class ="col ">
6565 < input type ="hidden " th:field ="*{id} " />
6666 < button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
6767 < i class ="fas fa-save "> </ i >
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 ">
24+ < div class ="row my-3 ">
25+ < div class ="col ">
2526 < a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
2627 class ="btn btn-secondary btn-block " role ="button ">
2728 < i class ="fas fa-angle-double-left "> </ i >
2829 < span th:utext ="#{task.show.button.close} "> cancel and back</ span >
2930 </ a >
3031 </ div >
31- < div class ="form-row ">
32- < div class ="col-md-12 mb-12 ">
33- < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
34- < i class ="fas fa-save "> </ i >
35- < span th:utext ="#{project.add.button} "> Add Project</ span >
36- </ button >
37- </ div >
32+ < div class ="col ">
33+ < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
34+ < i class ="fas fa-save "> </ i >
35+ < span th:utext ="#{project.add.button} "> Add Project</ span >
36+ </ button >
3837 </ div >
38+ </ div >
3939 </ form >
4040</ div >
4141
Original file line number Diff line number Diff line change 3030 </ a >
3131 </ div >
3232 < div class ="col ">
33- < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
34- < i class ="fas fa-save "> </ i >
35- < span th:utext ="#{project.add.button} "> Add Project</ span >
36- </ button >
33+ < button id ="createNewProject " type ="submit " class ="btn btn-block btn-primary ">
34+ < i class ="fas fa-save "> </ i >
35+ < span th:utext ="#{project.add.button} "> Add Project</ span >
36+ </ button >
3737 </ div >
3838 </ div >
3939 </ form >
You can’t perform that action at this time.
0 commit comments