From: Emin Kocan <76796906+kcne@users.noreply.github.com> Date: Thu, 4 Jul 2024 12:18:09 +0000 (+0200) Subject: update styling X-Git-Tag: live~363^2 X-Git-Url: https://git.openstreetmap.org./rails.git/commitdiff_plain/c10c10e7345524ca6f8ed8e93993ef2c5cc80797 update styling Co-authored-by: Anton Khorev --- diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 4ee1168f0..162ea542e 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -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) %>