mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-21 07:15:49 +00:00
Merge pull request #6 from TPG-Teklada/Rename-nav-menu-items
Rename nav menu items
This commit is contained in:
commit
944dc2bd7c
2 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.samples</groupId>
|
<groupId>org.springframework.samples</groupId>
|
||||||
<artifactId>spring-petclinic</artifactId>
|
<artifactId>spring-petclinic</artifactId>
|
||||||
<version>3.2.2-SNAPSHOT</version>
|
<version>3.2.3-SNAPSHOT</version>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
|
|
|
@ -47,12 +47,12 @@
|
||||||
|
|
||||||
<li th:replace="~{::menuItem ('/','home','home page','home','Home')}">
|
<li th:replace="~{::menuItem ('/','home','home page','home','Home')}">
|
||||||
<span class="fa fa-home" aria-hidden="true"></span>
|
<span class="fa fa-home" aria-hidden="true"></span>
|
||||||
<span>Home</span>
|
<span>Homer</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li th:replace="~{::menuItem ('/owners/find','owners','find owners','search','Find owners')}">
|
<li th:replace="~{::menuItem ('/owners/find','owners','find owners','search','Find owners')}">
|
||||||
<span class="fa fa-search" aria-hidden="true"></span>
|
<span class="fa fa-search" aria-hidden="true"></span>
|
||||||
<span>Find owners</span>
|
<span>Owners</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li th:replace="~{::menuItem ('/vets.html','vets','veterinarians','th-list','Veterinarians')}">
|
<li th:replace="~{::menuItem ('/vets.html','vets','veterinarians','th-list','Veterinarians')}">
|
||||||
|
|
Loading…
Reference in a new issue