Issue #1320 Added Owner in Nav bar

This commit is contained in:
Pal, Aman (ap417w) 2023-08-23 01:49:07 +05:30
parent 0a529015bc
commit 3f4d973960
2 changed files with 6 additions and 1 deletions

View file

@ -55,6 +55,11 @@
<span>Find owners</span>
</li>
<li th:replace="~{::menuItem ('/owners/new','add-owner','add owner','plus-circle','Add Owner')}">
<span class="fa fa-plus-circle" aria-hidden="true"></span>
<span>Add Owner</span>
</li>
<li th:replace="~{::menuItem ('/vets.html','vets','veterinarians','th-list','Veterinarians')}">
<span class="fa fa-th-list" aria-hidden="true"></span>
<span>Veterinarians</span>

View file

@ -26,7 +26,7 @@
</div>
</div>
<a class="btn btn-primary" th:href="@{/owners/new}">Add Owner</a>
<!--<a class="btn btn-primary" th:href="@{/owners/new}">Add Owner</a>-->
</form>