Sha256: 2436238353d9f6c07e300f4389c2ca2babd806155e75e46b5088c7b39179f89c

Contents?: true

Size: 384 Bytes

Versions: 1

Compression:

Stored size: 384 Bytes

Contents

<!DOCTYPE html>
<html>
<head>
  <title>Login</title>
  <%= csrf_meta_tag %>
</head>
<body>
<%= form_for @user_session do |f| %>
  <%= f.label :login, "Login or Email" %>
  <%= f.text_field :login %>
  <%= f.label :password, "Password" %>
  <%= f.password_field :password %>
  <%= link_to 'Forgot Password?', forgot_password_path %>
  <%= f.submit "Login" %>
<% end %>
</body>
</html>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
double_auth_engine-0.0.4 app/views/user_sessions/new.html.erb