Skip to content

Commit a75fb71

Browse files
committed
work
1 parent d6f74b1 commit a75fb71

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

src/main/resources/templates/user/selfservice/context/add.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13+
<div class="row my-3 py-3 col">
1314
<h1>
1415
<i class="fas fa-edit"></i>
1516
<span th:utext="#{user.selfservice.contexts.add.button}">Add Area</span>
@@ -22,6 +23,7 @@ <h2>
2223
</strong>
2324
</small>
2425
</h2>
26+
</div>
2527
</div>
2628

2729
<div th:fragment="mytwcontent">

src/main/resources/templates/user/selfservice/context/all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13+
<div class="row my-3 py-3 col">
1314
<h1>
1415
<i class="fas fa-edit"></i>
1516
<span th:utext="#{user.selfservice.profile.changeContexts}">Change Areas</span>
@@ -21,7 +22,8 @@ <h2>
2122
<span sec:authentication="name"></span>
2223
</strong>
2324
</small>
24-
</2>
25+
</h2>
26+
</div>
2527
</div>
2628

2729
<div th:fragment="mytwcontent">

src/main/resources/templates/user/selfservice/context/edit.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<body th:replace="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{})">
1111

1212
<div th:fragment="mytwtitle">
13+
<div class="row my-3 py-3 col">
1314
<h1>
1415
<i class="fas fa-edit"></i>
1516
<span th:utext="#{user.selfservice.contexts.edit}">Edit Area</span>
@@ -22,6 +23,7 @@ <h2>
2223
</strong>
2324
</small>
2425
</h2>
26+
</div>
2527
</div>
2628

2729
<div th:fragment="mytwcontent">

0 commit comments

Comments
 (0)