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 61
61
< span th:utext ="#{task.show.button.close} "> cancel and back</ span >
62
62
</ a >
63
63
</ div >
64
- < div class ="form-group ">
64
+ < div class ="col ">
65
65
< input type ="hidden " th:field ="*{id} " />
66
66
< button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
67
67
< i class ="fas fa-save "> </ i >
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 ">
24
+ < div class ="row my-3 ">
25
+ < div class ="col ">
25
26
< a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
26
27
class ="btn btn-secondary btn-block " role ="button ">
27
28
< i class ="fas fa-angle-double-left "> </ i >
28
29
< span th:utext ="#{task.show.button.close} "> cancel and back</ span >
29
30
</ a >
30
31
</ 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 >
38
37
</ div >
38
+ </ div >
39
39
</ form >
40
40
</ div >
41
41
Original file line number Diff line number Diff line change 30
30
</ a >
31
31
</ div >
32
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 >
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
37
</ div >
38
38
</ div >
39
39
</ form >
You can’t perform that action at this time.
0 commit comments