Changeset b8a8d06 for src/main/resources/templates/reportPost.html
- Timestamp:
- 10/16/21 15:07:33 (3 years ago)
- Branches:
- master
- Children:
- 2d8c0e7
- Parents:
- 7888b17
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/reportPost.html
r7888b17 rb8a8d06 71 71 72 72 <div th:if="${report}"> 73 <a class="btn btn-success" th:href="@{/moderator/dismiss(postid=${post.id})}">Dismiss </a>73 <a class="btn btn-success" th:href="@{/moderator/dismiss(postid=${post.id})}">Dismiss reports</a> 74 74 <button type="button" class="btn btn-danger" data-bs-toggle="modal" 75 75 data-bs-target="#staticBackdrop">
Note:
See TracChangeset
for help on using the changeset viewer.