X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/1ce191943c7348023fb8cdd936572e977ceb023c..8ee3d678319062d4f2f27918d3f98d3465d9eb36:/app/views/sessions/new.html.erb diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 4ee1168f0..52e014442 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -3,14 +3,14 @@ <%= javascript_include_tag "auth_providers" %> <% end %> -<% content_for :heading_class, "p-0 mw-100" %> +<% content_for :heading_class, "pb-0" %> <% content_for :heading do %> <% if @client_app_name %>

<%= t(".login_to_authorize_html", :client_app_name => @client_app_name) %>

<% end %> -
+
<% end %> -
+
<% if @preferred_auth_provider %> <%= render :partial => "auth_providers" %> <%= render :partial => "shared/section_divider", :locals => { :text => t(".or") } %> @@ -33,8 +33,8 @@ <%= f.text_field :username, :label => t(".email or username"), :autofocus => true, :tabindex => 1, :value => params[:username] %> -
- <%= f.label :password, t(".password"), :class => "my-2" %> +
+ <%= f.label :password, t(".password") %> <%= link_to(t(".lost password link"), user_forgot_password_path) %>