Changeset 7888b17 for src/main/resources/templates/post.html
- Timestamp:
- 10/07/21 20:37:55 (3 years ago)
- Branches:
- master
- Children:
- b8a8d06
- Parents:
- ee0e297
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/post.html
ree0e297 r7888b17 67 67 Donate 68 68 </button> 69 < a sec:authorize="isAnonymous()" type="button" class="btn btn-primary" th:href="@{/login}">69 <button sec:authorize="isAnonymous()" type="button" class="btn btn-primary" disabled> 70 70 Donate 71 </ a>72 <button type="button" class="btn btn-danger" data-bs-toggle="modal"71 </button> 72 <button sec:authorize="isAuthenticated()" type="button" class="btn btn-danger" data-bs-toggle="modal" 73 73 data-bs-target="#staticBackdrop1"> 74 74 Report 75 75 </button> 76 <button sec:authorize="isAnonymous()" type="button" class="btn btn-danger" disabled> 77 Report 78 </button> 76 79 77 80 <!-- Modal --> 78 <div class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true">81 <div sec:authorize="isAuthenticated()" class="modal fade" id="staticBackdrop" data-bs-backdrop="static" data-bs-keyboard="false" tabindex="-1" aria-labelledby="staticBackdropLabel" aria-hidden="true"> 79 82 <div class="modal-dialog modal-dialog-centered"> 80 83 <div class="modal-content"> … … 136 139 </div> 137 140 </div> 138 <div class="modal fade" id="staticBackdrop1" data-bs-backdrop="static" data-bs-keyboard="false"141 <div sec:authorize="isAuthenticated()" class="modal fade" id="staticBackdrop1" data-bs-backdrop="static" data-bs-keyboard="false" 139 142 tabindex="-1" aria-labelledby="staticBackdropLabel1" aria-hidden="true"> 140 143 <div class="modal-dialog modal-dialog-centered">
Note:
See TracChangeset
for help on using the changeset viewer.