main
Last change
on this file since 1bd8d1e was 676144b, checked in by andrejtodorovski <82031894+andrejtodorovski@…>, 23 months ago |
Added admin view of pending roles and approve functionality
|
-
Property mode
set to
100644
|
File size:
584 bytes
|
Rev | Line | |
---|
[60de3eb] | 1 | <div>
|
---|
[feffc2f] | 2 | <h1>Мои критики</h1>
|
---|
| 3 | <table>
|
---|
| 4 | <thead>
|
---|
| 5 | <tr>
|
---|
| 6 | <th>Оценка</th>
|
---|
| 7 | <th>Коментар</th>
|
---|
| 8 | <th>Име на сервис</th>
|
---|
| 9 | <th>Локација на сервис</th>
|
---|
[676144b] | 10 | <th>За нарачка број</th>
|
---|
[feffc2f] | 11 | </tr>
|
---|
| 12 | </thead>
|
---|
| 13 | <tbody>
|
---|
| 14 | <tr th:each="review : ${userReviews}">
|
---|
| 15 | <td th:text="${review.getRating}"></td>
|
---|
| 16 | <td th:text="${review.getRcomment()}"></td>
|
---|
| 17 | <td th:text="${review.getRsname()}"></td>
|
---|
| 18 | <td th:text="${review.getRslocation()}"></td>
|
---|
[676144b] | 19 | <td th:text="${review.getOrderid}"></td>
|
---|
[feffc2f] | 20 | </tr>
|
---|
| 21 | </tbody>
|
---|
| 22 | </table>
|
---|
[60de3eb] | 23 | </div>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.