mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Created Owner page navigation tab, put find owner button inside owner page
This commit is contained in:
parent
123b787b45
commit
226c718de9
2 changed files with 6 additions and 3 deletions
|
@ -50,9 +50,9 @@
|
|||
<span>Home</span>
|
||||
</li>
|
||||
|
||||
<li th:replace="~{::menuItem ('/owners/find','owners','find owners','search','Find owners')}">
|
||||
<span class="fa fa-search" aria-hidden="true"></span>
|
||||
<span>Find owners</span>
|
||||
<li th:replace="~{::menuItem ('/owners','owners','owners page','th-list','Owners')}">
|
||||
<span class="fa fa-th-list" aria-hidden="true"></span>
|
||||
<span>Owner</span>
|
||||
</li>
|
||||
|
||||
<li th:replace="~{::menuItem ('/vets.html','vets','veterinarians','th-list','Veterinarians')}">
|
||||
|
|
|
@ -57,6 +57,9 @@
|
|||
<span th:unless="${currentPage < totalPages}" title="Last" class="fa fa-step-forward"></span>
|
||||
</span>
|
||||
</div>
|
||||
<div>
|
||||
<a class="btn btn-primary" th:href="@{/owners/find}">Find Owner</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue