Changeset 967b414 in Git for src/main/resources/templates/personsList.html
- Timestamp:
- 02/09/22 03:21:13 (3 years ago)
- Branches:
- main
- Children:
- 6f91f99
- Parents:
- 0226942 (diff), 3fe36de (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Mato-77 <56981531+Mato-77@…> (02/09/22 03:21:13)
- git-committer:
- GitHub <noreply@…> (02/09/22 03:21:13)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/personsList.html
r0226942 r967b414 1 1 <div xmlns:th="http://www.thymeleaf.org" xmlns:sec="http://www.w3.org/1999/xhtml"> 2 2 3 <div >4 <a sec:authorize="isAuthenticated()" th:href="@{'persons/add'}" >Додади актер или режисер</a>3 <div style="width: 70%; margin: auto;"> 4 <a sec:authorize="isAuthenticated()" th:href="@{'persons/add'}" class="btn btn-secondary">Додади актер или режисер</a> 5 5 </div> 6 6 <div class="container mb-4"> … … 47 47 <td> 48 48 <a class="btn btn-secondary button-add-grade-person" th:person-id="${person.getPersonId()}">Остави оценка</a> 49 50 49 </td> 51 50 <td>
Note:
See TracChangeset
for help on using the changeset viewer.