From: David ‘Bombe’ Roden Date: Fri, 5 Jul 2013 22:39:02 +0000 (+0200) Subject: Only show status update field if logged in. X-Git-Tag: 0.8.7^2~44 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b5d2ee1272c81c77cdac735a015aab9701107681 Only show status update field if logged in. --- diff --git a/src/main/resources/templates/include/updateStatus.html b/src/main/resources/templates/include/updateStatus.html index dde0486..e74c890 100644 --- a/src/main/resources/templates/include/updateStatus.html +++ b/src/main/resources/templates/include/updateStatus.html @@ -1,3 +1,4 @@ +<%ifnull !currentSone>
@@ -13,3 +14,4 @@
+<%/if>