We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb2bb0 commit 8bf1e52Copy full SHA for 8bf1e52
1 file changed
app/views/alchemy/user_sessions/new.html.erb
@@ -3,9 +3,11 @@
3
<%= alchemy_form_for :user, url: {action: 'create'}, id: 'login' do |f| %>
4
<%= f.input Devise.authentication_keys.first, autofocus: true %>
5
<%= f.input :password %>
6
- <p class="foot_note">
7
- <%= link_to Alchemy.t('Forgot your password?'), new_password_path %>
8
- </p>
+ <div class="input">
+ <small class="hint">
+ <%= link_to Alchemy.t('Forgot your password?'), new_password_path %>
9
+ </small>
10
+ </div>
11
<div class="submit">
12
<%= hidden_field_tag 'user_screensize' %>
13
<button><%= Alchemy.t(:login) %></button>
0 commit comments