mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-23 08:15:49 +00:00
Merge 3f4d973960
into 923e2b7aa3
This commit is contained in:
commit
0d0ea9e28f
2 changed files with 6 additions and 1 deletions
|
@ -55,6 +55,11 @@
|
||||||
<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>
|
||||||
<span>Veterinarians</span>
|
<span>Veterinarians</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