Skip to content

Commit 8bf1e52

Browse files
committed
Update login screen password link
1 parent cfb2bb0 commit 8bf1e52

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

app/views/alchemy/user_sessions/new.html.erb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@
33
<%= alchemy_form_for :user, url: {action: 'create'}, id: 'login' do |f| %>
44
<%= f.input Devise.authentication_keys.first, autofocus: true %>
55
<%= f.input :password %>
6-
<p class="foot_note">
7-
<%= link_to Alchemy.t('Forgot your password?'), new_password_path %>
8-
</p>
6+
<div class="input">
7+
<small class="hint">
8+
<%= link_to Alchemy.t('Forgot your password?'), new_password_path %>
9+
</small>
10+
</div>
911
<div class="submit">
1012
<%= hidden_field_tag 'user_screensize' %>
1113
<button><%= Alchemy.t(:login) %></button>

0 commit comments

Comments
 (0)