Guest User

Untitled

a guest
Nov 15th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. <div >
  2. <ol>
  3. <li th:each="person : ${persons}" th:text="${person.getLastName()} + ' ' + ${person.getFirstName()} + ' ' + ${person.getPatronymic()}">
  4. <a th:href="/person/${person.id}">Редактировать</a>
  5. </li>
  6. </ol>
  7. </div>
  8.  
  9. <a th:href="@{/person/${person.id}}">Редактировать</a>
Add Comment
Please, Sign In to add comment