]> git.openstreetmap.org Git - rails.git/blobdiff - app/views/user/login.html.erb
Use normal notice system to display login banner
[rails.git] / app / views / user / login.html.erb
index ddcf7abbd12d7e3631a65b37a7def1fcfad72543..cf7f4a8198097a2753e4bc4d20f46cc2de4f6d85 100644 (file)
@@ -1,7 +1,5 @@
 <h1><%= t 'user.login.heading' %></h1>
 
-<div class="loginNotice"><%= t 'user.login.notice' %></div>
-
 <p><%= t 'user.login.please login', :create_user_link => link_to(t('user.login.create_account'), :controller => 'user', :action => 'new', :referer => params[:referer]) %></p>
 
 <% form_tag :action => 'login' do %>