File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
src/main/resources/templates/user Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 10
10
< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{}) ">
11
11
12
12
< div th:fragment ="mytwtitle ">
13
+ < div class ="row my-3 py-3 col ">
13
14
< h1 >
14
- < span th:utext ="#{pages.chatMessages.h1} "> Your Dialog with</ span >
15
+ < strong th:utext ="#{pages.chatMessages.h1} "> Your Dialog with</ strong >
15
16
< small th:text ="${otherUser.userFullname} "> otherUser.userFullname</ small >
16
17
</ h1 >
18
+ </ div >
17
19
</ div >
18
20
19
21
< div th:fragment ="mytwcontent ">
Original file line number Diff line number Diff line change 10
10
< body th:replace ="layout/page :: tw-page-body(twcontent=~{::mytwcontent},twtitle=~{::mytwtitle},scripts=~{}) ">
11
11
12
12
< div th:fragment ="mytwtitle ">
13
- < h2 >
13
+ < div class ="row my-3 py-3 col ">
14
+ < h1 >
14
15
< i class ="fas fa-user "> </ i >
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 >
17
20
</ h2 >
21
+ </ div >
18
22
</ div >
19
23
20
24
< div th:fragment ="mytwcontent ">
You can’t perform that action at this time.
0 commit comments