From 837483f1d0ade91dffc21784842534da803b2f44 Mon Sep 17 00:00:00 2001 From: Oscar Utbult <oscar.utbult@gmail.com> Date: Sat, 3 Dec 2016 13:05:08 +0100 Subject: [PATCH] Fix incorrect glyphicon name --- src/main/resources/templates/fragments/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/main/resources/templates/fragments/layout.html diff --git a/src/main/resources/templates/fragments/layout.html b/src/main/resources/templates/fragments/layout.html old mode 100644 new mode 100755 index 1ff2861..c9094b2 --- a/src/main/resources/templates/fragments/layout.html +++ b/src/main/resources/templates/fragments/layout.html @@ -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> -- GitLab