From: David ‘Bombe’ Roden Date: Tue, 2 Nov 2010 20:38:43 +0000 (+0100) Subject: Remove Sone URI from page tail. X-Git-Tag: 0.2-RC1~60 X-Git-Url: https://git.pterodactylus.net/?p=Sone.git;a=commitdiff_plain;h=b7e61f73b7f8661c9f9691c078e7908b81784d3f Remove Sone URI from page tail. --- diff --git a/src/main/resources/static/css/sone.css b/src/main/resources/static/css/sone.css index afb97c0..875d6aa 100644 --- a/src/main/resources/static/css/sone.css +++ b/src/main/resources/static/css/sone.css @@ -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; diff --git a/src/main/resources/templates/include/tail.html b/src/main/resources/templates/include/tail.html index 64b9db1..4d064e4 100644 --- a/src/main/resources/templates/include/tail.html +++ b/src/main/resources/templates/include/tail.html @@ -2,9 +2,6 @@
- <%ifnull ! currentSone> -
<%= Page.Tail.Text.KeyOfSone|l10n|html>
<% currentSone.requestUri|html>
- <%/if>