X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=src%2Fmain%2Fjava%2Fnet%2Fpterodactylus%2Fsone%2Fweb%2FWebInterface.java;h=934b4b53ea8724abfe6cda1fbc93be6ee0c3be7c;hb=c311ee56ecb521d0b3e952f6c719884ce5cf2133;hp=98cc99da34efebe921f421af5bdc96818011bc93;hpb=042a6df867a153650600882cd0a5e5edbdffca1c;p=Sone.git diff --git a/src/main/java/net/pterodactylus/sone/web/WebInterface.java b/src/main/java/net/pterodactylus/sone/web/WebInterface.java index 98cc99d..934b4b5 100644 --- a/src/main/java/net/pterodactylus/sone/web/WebInterface.java +++ b/src/main/java/net/pterodactylus/sone/web/WebInterface.java @@ -1,5 +1,5 @@ /* - * Sone - WebInterface.java - Copyright © 2010–2013 David Roden + * Sone - WebInterface.java - Copyright © 2010–2015 David Roden * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -1022,6 +1022,7 @@ public class WebInterface { newVersionNotification.getTemplateContext().set("latestVersion", updateFoundEvent.version()); newVersionNotification.getTemplateContext().set("latestEdition", updateFoundEvent.latestEdition()); newVersionNotification.getTemplateContext().set("releaseTime", updateFoundEvent.releaseTime()); + newVersionNotification.getTemplateContext().set("disruptive", updateFoundEvent.disruptive()); notificationManager.addNotification(newVersionNotification); }