Ignore:
Timestamp:
10/16/21 15:07:33 (3 years ago)
Author:
KostaFortumanov <kfortumanov@…>
Branches:
master
Children:
2d8c0e7
Parents:
7888b17
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/reportPost.html

    r7888b17 rb8a8d06  
    7171
    7272                <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>
    7474                    <button type="button" class="btn btn-danger" data-bs-toggle="modal"
    7575                            data-bs-target="#staticBackdrop">
Note: See TracChangeset for help on using the changeset viewer.