SONAR-7033 fix ssf

This commit is contained in:
Stas Vilchik 2015-11-20 14:22:38 +01:00
parent 1918e8d546
commit 5f425f25c5

View File

@ -1,5 +1,5 @@
<form id="login_form" action="<%= url_for :controller => 'sessions', :action => 'login' -%>" method="post">
<input type="hidden" name="return_to_anchor" value="<%= @return_to_anchor %>">
<input type="hidden" name="return_to_anchor" value="<%= h @return_to_anchor %>">
<h1 class="maintenance-title text-center">Log In to SonarQube</h1>