Changeset 7926d68 for src/main/resources
- Timestamp:
- 02/10/23 01:52:11 (21 months ago)
- Branches:
- master
- Children:
- ef84238
- Parents:
- 73f0dbc
- Location:
- src/main/resources/templates
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/fragments/header.html
r73f0dbc r7926d68 83 83 </ul> 84 84 <ul class="menu-right"> 85 <th:block th:if="${#request.getRemoteUser() != null}">85 <th:block sec:authorize="hasAuthority('ROLE_ADMIN')" th:if="${#request.getRemoteUser() != null}"> 86 86 <li class="reg"> 87 <a href="/"> 87 <a href="/profileWorker"> 88 <th:block th:text="${#request.getRemoteUser()}"></th:block> 89 </a> 90 </li> 91 </th:block> 92 <th:block sec:authorize="hasAuthority('ROLE_USER')" th:if="${#request.getRemoteUser() != null}"> 93 <li class="reg"> 94 <a href="/profileUser"> 88 95 <th:block th:text="${#request.getRemoteUser()}"></th:block> 89 96 </a>
Note:
See TracChangeset
for help on using the changeset viewer.