Changeset 7d43957 for src/main/resources/templates/products.html
- Timestamp:
- 01/05/23 01:31:58 (23 months ago)
- Branches:
- main
- Children:
- 676144b
- Parents:
- ab952ab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/products.html
rab952ab r7d43957 1 <div> 1 <div xmlns:sec="http://www.thymeleaf.org/extras/spring-security" 2 > 2 3 <header> 4 <th:block sec:authorize="hasAuthority('ROLE_CLIENT')"> 3 5 <a th:href="${'/orders'}">Мои нарачки</a> 4 6 <a th:href="${'/repairs'}">Мои поправки</a> 5 7 <a th:href="${'/reviews'}">Мои критики</a> 8 </th:block> 6 9 </header> 7 10 <main>
Note:
See TracChangeset
for help on using the changeset viewer.