Ignore:
Timestamp:
10/07/21 20:37:55 (3 years ago)
Author:
NikolaCenevski <cenevskinikola@…>
Branches:
master
Children:
b8a8d06
Parents:
ee0e297
Message:

Added post grouping

File:
1 edited

Legend:

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

    ree0e297 r7888b17  
    6767                Donate
    6868            </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>
    7070                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"
    7373                    data-bs-target="#staticBackdrop1">
    7474                Report
    7575            </button>
     76            <button sec:authorize="isAnonymous()" type="button" class="btn btn-danger" disabled>
     77                Report
     78            </button>
    7679
    7780            <!-- 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">
    7982                <div class="modal-dialog modal-dialog-centered">
    8083                    <div class="modal-content">
     
    136139                </div>
    137140            </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"
    139142                 tabindex="-1" aria-labelledby="staticBackdropLabel1" aria-hidden="true">
    140143                <div class="modal-dialog modal-dialog-centered">
Note: See TracChangeset for help on using the changeset viewer.