mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 23:05:50 +00:00
update Owner list from better view Pets List
This commit is contained in:
parent
e9c224d3f3
commit
9fa7f677d6
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
||||||
<td th:text="${owner.address}"/>
|
<td th:text="${owner.address}"/>
|
||||||
<td th:text="${owner.city}"/>
|
<td th:text="${owner.city}"/>
|
||||||
<td th:text="${owner.telephone}"/>
|
<td th:text="${owner.telephone}"/>
|
||||||
<td><span th:each="pet : ${owner.pets}" th:text="${pet.name} "/></td>
|
<td><span th:each="pet,iterPet : ${owner.pets}" th:text="!${iterPet.last} ? ${pet.name} + ', ':${pet.name} "></span></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Reference in a new issue