From: David ‘Bombe’ Roden Date: Fri, 5 Nov 2010 14:48:21 +0000 (+0100) Subject: Don’t show the key of other Sones. X-Git-Tag: 0.2-RC1~10 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=228ca4124110fe5b21aa60299987f45ce2ee6635 Don’t show the key of other Sones. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index 5f43ae3..9590874 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -378,10 +378,6 @@ textarea { color: #888; } -#sone #import-key .import-key { - border-top: none; -} - #sone #add-sone textarea, #sone #create-sone textarea, #sone #load-sone textarea, #sone #edit-profile textarea { height: 1.5em; } diff --git a/src/main/resources/templates/viewSone.html b/src/main/resources/templates/viewSone.html index 61ff39d..fcb2891 100644 --- a/src/main/resources/templates/viewSone.html +++ b/src/main/resources/templates/viewSone.html @@ -12,10 +12,6 @@ <%include include/viewSone.html> <%/if> -
-
<% sone.requestUri|html>
-
-

<%= Page.ViewSone.PostList.Title|l10n|insert needle="{sone}" key=sone.niceName|html>