mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 20:35:49 +00:00
Fix incorrect glyphicon name
This commit is contained in:
parent
61be1bac41
commit
837483f1d0
1 changed files with 1 additions and 1 deletions
2
src/main/resources/templates/fragments/layout.html
Normal file → Executable file
2
src/main/resources/templates/fragments/layout.html
Normal file → Executable file
|
@ -59,7 +59,7 @@
|
|||
<span>Veterinarians</span>
|
||||
</li>
|
||||
|
||||
<li th:replace="::menuItem ('/oups','error','trigger a RuntimeException to see how it is handled','th-warning-sign','Error')">
|
||||
<li th:replace="::menuItem ('/oups','error','trigger a RuntimeException to see how it is handled','warning-sign','Error')">
|
||||
<span class="glyphicon glyphicon-warning-sign" aria-hidden="true"></span>
|
||||
<span>Error</span>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue