Fix incorrect glyphicon name

This commit is contained in:
Oscar Utbult 2016-12-03 13:05:08 +01:00 committed by Dave Syer
parent 61be1bac41
commit 837483f1d0

2
src/main/resources/templates/fragments/layout.html Normal file → Executable file
View 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>