From ffd76dd8ac802322cc9cacce209464d87b754ffe Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 26 Oct 2017 01:42:15 +0300 Subject: www: fix 'login to post' padding --- juick-www/src/main/webapp/WEB-INF/layouts/content.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'juick-www/src/main/webapp/WEB-INF/layouts/content.html') diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index 73d140f1..f4ca0d84 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -47,7 +47,7 @@ {% include "views/partial/navigation" %}
{% if visitor.uid == 0 %} -
+

{{ i18n("messages","message.loginForSending", "/login") | raw }}.

{% endif %} -- cgit v1.2.3