X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/b66881b45ae7545ba4c51bb992cc08f4dd8c7be7..64083f0264018e3ef2567b47845773ea9cba5673:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index ffaad054a..8231fe4e8 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -2,11 +2,15 @@ <%= javascript_include_tag "login" %> <% end %> +<% content_for :heading_class, "p-0 mw-100" %> + <% content_for :heading do %> -
<%= t ".no account" %> <%= link_to t(".register now"), user_new_path(:referer => params[:referer]) %>
<%= bootstrap_form_tag(:action => "login", :html => { :id => "login_form" }) do |f| %>