Changeset 676144b for src/main/resources
- Timestamp:
- 01/05/23 04:11:40 (23 months ago)
- Branches:
- main
- Children:
- 1bd8d1e
- Parents:
- 7d43957
- Location:
- src/main/resources/templates
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/resources/templates/reviewsForUser.html
r7d43957 r676144b 8 8 <th>Име на сервис</th> 9 9 <th>Локација на сервис</th> 10 <th>За нарачка број</th> 10 11 </tr> 11 12 </thead> … … 16 17 <td th:text="${review.getRsname()}"></td> 17 18 <td th:text="${review.getRslocation()}"></td> 19 <td th:text="${review.getOrderid}"></td> 18 20 </tr> 19 21 </tbody>
Note:
See TracChangeset
for help on using the changeset viewer.