mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-25 00:25:50 +00:00
Update ownerlist.html
add a blank space on ownerlist.html to have a better look
This commit is contained in:
parent
e5bd05cc20
commit
7800d94380
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
<td th:text="${owner.address}"/>
|
||||
<td th:text="${owner.city}"/>
|
||||
<td th:text="${owner.telephone}"/>
|
||||
<td><span th:each="pet, iterStat : ${owner.pets}" th:text="${iterStat.last} ? ${pet.name} : ${pet.name} + ','"/></td>
|
||||
<td><span th:each="pet : ${owner.pets}" th:text="${pet.name} + ' '"/></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in a new issue