X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=2802d4e3c6130253858683e6325cee64dd172abe;hb=561524ab3db17469dddbd7d5ca3ffd8495a0b7a3;hp=a98f58d7e647fcc4d41279e55931ad09140e37dd;hpb=7594db8e46e8e2efeb0f0228d7267efc54eb2e78;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index a98f58d..2802d4e 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -196,6 +196,15 @@ }); + +
<%if !webInterface.core.identityManager.connected> @@ -205,7 +214,7 @@ <%/if>
- <%foreach webInterface.core.notifications.all notification> + <%foreach webInterface.notifications.all notification>
<%if notification.dismissable>
@@ -215,7 +224,7 @@
<%/if> - <% notification.render> + <% notification>
<%/foreach>