Changeset 3fe36de in Git for src/main/resources/templates/discussionsList.html
- Timestamp:
- 02/09/22 03:14:08 (3 years ago)
- Branches:
- main
- Children:
- 967b414
- Parents:
- c02189f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/discussionsList.html
rc02189f r3fe36de 1 1 <div xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.w3.org/1999/xhtml"> 2 2 <div class="container mb-4"> 3 <a sec:authorize="isAuthenticated()" th:href="@{/discussions/add}" >Додади нова дискусија</a>3 <a sec:authorize="isAuthenticated()" th:href="@{/discussions/add}" class="btn btn-secondary">Додади нова дискусија</a> 4 4 </div> 5 5 <div class="container mb-4">
Note:
See TracChangeset
for help on using the changeset viewer.