From c10c10e7345524ca6f8ed8e93993ef2c5cc80797 Mon Sep 17 00:00:00 2001 From: Emin Kocan <76796906+kcne@users.noreply.github.com> Date: Thu, 4 Jul 2024 14:18:09 +0200 Subject: [PATCH] update styling Co-authored-by: Anton Khorev --- app/views/sessions/new.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) %>
-- 2.39.5