mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
Issue #1320 Added Owner in Nav bar
This commit is contained in:
parent
0a529015bc
commit
3f4d973960
2 changed files with 6 additions and 1 deletions
|
@ -54,6 +54,11 @@
|
||||||
<span class="fa fa-search" aria-hidden="true"></span>
|
<span class="fa fa-search" aria-hidden="true"></span>
|
||||||
<span>Find owners</span>
|
<span>Find owners</span>
|
||||||
</li>
|
</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')}">
|
<li th:replace="~{::menuItem ('/vets.html','vets','veterinarians','th-list','Veterinarians')}">
|
||||||
<span class="fa fa-th-list" aria-hidden="true"></span>
|
<span class="fa fa-th-list" aria-hidden="true"></span>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
</div>
|
</div>
|
||||||
</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>
|
</form>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue