X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fresources%2Ftemplates%2Finclude%2Fhead.html;h=0f400a9f4fefd5cf5ee10c8561b1e48903768560;hb=426dc4bc54abd75041257b1f5818c09e9c78863c;hp=e006967d76cf0cbb6f199196c0f78ad42cf841b9;hpb=361453d9f99f1580ec79b6618bddd6a379523318;p=Sone.git diff --git a/src/main/resources/templates/include/head.html b/src/main/resources/templates/include/head.html index e006967..0f400a9 100644 --- a/src/main/resources/templates/include/head.html +++ b/src/main/resources/templates/include/head.html @@ -12,10 +12,12 @@
- - - +   <%ifnull ! currentSone> - <%include include/updateStatus.html> +
+ <% currentSone|store key=sone> + <%include include/viewSone.html> + <%include include/updateStatus.html> +
<%/if>