Skip to content

Commit 355ad14

Browse files
committed
work
1 parent 055b797 commit 355ad14

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

src/main/resources/templates/user/messages/all.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
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>
14-
<span th:utext="#{pages.chatMessages.h1}">Your Dialog with</span>
15+
<strong th:utext="#{pages.chatMessages.h1}">Your Dialog with</strong>
1516
<small th:text="${otherUser.userFullname}">otherUser.userFullname</small>
1617
</h1>
18+
</div>
1719
</div>
1820

1921
<div th:fragment="mytwcontent">

src/main/resources/templates/user/selfservice/profile.html

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

1212
<div th:fragment="mytwtitle">
13-
<h2>
13+
<div class="row my-3 py-3 col">
14+
<h1>
1415
<i class="fas fa-user"></i> &nbsp;
15-
<span th:utext="#{user.selfservice.profile.h1}">User Profile</span>
16-
<small><span sec:authentication="name"></span></small>
16+
<strong th:utext="#{user.selfservice.profile.h1}">User Profile</strong>
17+
</h1>
18+
<h2>
19+
<small><span sec:authentication="name"></span></small>
1720
</h2>
21+
</div>
1822
</div>
1923

2024
<div th:fragment="mytwcontent">

0 commit comments

Comments
 (0)