Remove Sone URI from page tail.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 2 Nov 2010 20:38:43 +0000 (21:38 +0100)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Tue, 2 Nov 2010 20:38:43 +0000 (21:38 +0100)
src/main/resources/static/css/sone.css
src/main/resources/templates/include/tail.html

index afb97c0..875d6aa 100644 (file)
@@ -356,7 +356,7 @@ textarea {
 
 }
 
-#sone #tail .import-key, #sone #import-key .import-key {
+#sone #tail {
        margin-top: 1em;
        border-top: solid 1px #ccc;
        padding-top: 1em;
index 64b9db1..4d064e4 100644 (file)
@@ -2,9 +2,6 @@
        </div>
 
        <div id="tail">
-               <%ifnull ! currentSone>
-                       <div class="import-key"><%= Page.Tail.Text.KeyOfSone|l10n|html><br/><% currentSone.requestUri|html></div>
-               <%/if>
        </div>
 
 </div>