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 40
40
</ div >
41
41
</ div >
42
42
</ div >
43
- < div class ="form-group ">
43
+ < div class ="form-group ">
44
44
< label th:for ="${#ids.next('context.id')} " class ="control-label ">
45
45
< span th:utext ="#{project.edit.context} "> context</ span >
46
46
</ label >
53
53
< div th:each ="err : ${#fields.errors('context.id')} "
54
54
th:text ="${err} " class ="alert alert-danger "> </ div >
55
55
</ div >
56
- </ div >
57
- < div class ="col ">
56
+ </ div >
57
+ < div class ="row my-3 ">
58
+ < div class ="col ">
58
59
< a th:href ="@{/project/{projectId}(projectId=${thisProject.id})} "
59
60
class ="btn btn-secondary btn-block " role ="button ">
60
61
< i class ="fas fa-angle-double-left "> </ i >
61
62
< span th:utext ="#{task.show.button.close} "> cancel and back</ span >
62
63
</ a >
63
64
</ div >
64
- < div class ="col ">
65
+ < div class ="col ">
65
66
< input type ="hidden " th:field ="*{id} " />
66
67
< button id ="saveEditedProject " type ="submit " class ="btn btn-primary ">
67
68
< i class ="fas fa-save "> </ i >
71
72
name ="${_csrf.parameterName} "
72
73
value ="${_csrf.token} "/>
73
74
</ div >
75
+ </ div >
74
76
</ form >
75
77
</ div >
76
78
<!-- Document Window End -->
You can’t perform that action at this time.
0 commit comments