Changeset 56a6233 for Prototype Application/Paw5/src
- Timestamp:
- 03/10/23 21:52:17 (20 months ago)
- Branches:
- main
- Children:
- 7aa3382
- Parents:
- 104185f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/resources/templates/approve-adopters.html
r104185f r56a6233 1 1 <!DOCTYPE html> 2 <html lang="en" xmlns:th="http:// www.thymeleaf.org">2 <html lang="en" xmlns:th="http://thymeleaf.org"> 3 3 <head> 4 4 <meta charset="UTF-8"> … … 52 52 <ul> 53 53 <li 54 th:each=" na: ${needApproval}"55 th:text="${ na.getName()}">54 th:each="adopter : ${needApproval}" 55 th:text="${adopter.getName()}"> 56 56 <!--napravi tabela--> 57 57 </li>
Note:
See TracChangeset
for help on using the changeset viewer.