From 47cee6667d574752ae7f97a56a18e5a6dca62aaa Mon Sep 17 00:00:00 2001 From: Stas Vilchik Date: Wed, 26 Feb 2014 09:17:03 +0100 Subject: [PATCH] Send redirect_to_anchor --- .../main/webapp/WEB-INF/app/views/sessions/login.html.erb | 6 +++++- .../src/main/webapp/WEB-INF/app/views/sessions/new.html.erb | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb index 96a22d0aa70..e9e650fcb63 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/login.html.erb @@ -3,6 +3,7 @@
+

<%= label_tag message('login') %>

<%= text_field_tag 'login', '', {:maxlength => 40, :disabled => false, :style => 'width:200px;'} %> @@ -28,4 +29,7 @@ - + diff --git a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb index 45570058e0b..ad157bc4622 100644 --- a/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb +++ b/sonar-server/src/main/webapp/WEB-INF/app/views/sessions/new.html.erb @@ -3,6 +3,7 @@

+ <% if flash[:notice] %>
<%= flash[:notice] %>
<% end %> @@ -32,4 +33,7 @@ - + -- 2.39.5