Ignore:
Timestamp:
01/05/23 04:11:40 (18 months ago)
Author:
andrejtodorovski <82031894+andrejtodorovski@…>
Branches:
main
Children:
1bd8d1e
Parents:
7d43957
Message:

Added admin view of pending roles and approve functionality

File:
1 edited

Legend:

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

    r7d43957 r676144b  
    88    <th>Име на сервис</th>
    99    <th>Локација на сервис</th>
     10    <th>За нарачка број</th>
    1011  </tr>
    1112  </thead>
     
    1617    <td th:text="${review.getRsname()}"></td>
    1718    <td th:text="${review.getRslocation()}"></td>
     19    <td th:text="${review.getOrderid}"></td>
    1820  </tr>
    1921  </tbody>
Note: See TracChangeset for help on using the changeset viewer.