Skip to content

Commit 68aef46

Browse files
committed
work
1 parent 5567309 commit 68aef46

File tree

1 file changed

+6
-4
lines changed
  • src/main/resources/templates/project/id

1 file changed

+6
-4
lines changed

src/main/resources/templates/project/id/edit.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h1>
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>
@@ -53,15 +53,16 @@ <h1>
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>
@@ -71,6 +72,7 @@ <h1>
7172
name="${_csrf.parameterName}"
7273
value="${_csrf.token}"/>
7374
</div>
75+
</div>
7476
</form>
7577
</div>
7678
<!-- Document Window End -->

0 commit comments

Comments
 (0)