Created Owner page navigation tab, put find owner button inside owner page

This commit is contained in:
rzliau 2023-09-07 17:07:43 +08:00
parent 123b787b45
commit 226c718de9
2 changed files with 6 additions and 3 deletions

View file

@ -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')}">

View file

@ -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>