From 5e5696c654674a65450494eebff27370e304b62a Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Wed, 20 May 2015 13:46:22 +0200 Subject: [PATCH] realign label for remember me functionality [ci skip] Signed-off-by: Florian Kraft --- app/views/account/_login.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/account/_login.html.erb b/app/views/account/_login.html.erb index dc3011adaf..bfcf7d7299 100644 --- a/app/views/account/_login.html.erb +++ b/app/views/account/_login.html.erb @@ -40,7 +40,7 @@ See doc/COPYRIGHT.rdoc for more details.
<% if Setting.autologin? %> - + <% elsif Setting.self_registration? %> <%# show here if autologin is disabled, otherwise below lost_password link %> <%= link_to l(:label_register), { :controller => '/account', :action => 'register' } %>