Sha256: b73d274a0906866afe3d182890ffa7ad60b0869bcd745a683be68dbeef6c5001
Contents?: true
Size: 375 Bytes
Versions: 3
Compression:
Stored size: 375 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Login</title> <%= csrf_meta_tag %> </head> <body> <%= form_for @user_session do |f| %> <%= f.label :email, "Email" %> <%= f.text_field :email %> <%= f.label :password, "Password" %> <%= f.password_field :password %> <%= link_to 'Forgot Password?', forgot_password_path %> <%= f.submit "Login" %> <% end %> </body> </html>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
double_auth_engine-0.0.5 | app/views/user_sessions/new.html.erb |
double_auth_engine-0.0.2 | app/views/user_sessions/new.html.erb |
double_auth_engine-0.0.1 | app/views/user_sessions/new.html.erb |