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 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 ">
Original file line number Diff line number Diff line change 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 >
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 ">
You can’t perform that action at this time.
0 commit comments