Sha256: 6fd25dde05b8a5132c60d72dd74edebc67dfc2a66f90a3c357edbe90e5f1d1cf

Contents?: true

Size: 797 Bytes

Versions: 11

Compression:

Stored size: 797 Bytes

Contents

<p style="color: green"><%%= notice %></p>
<p style="color: red"><%%= alert %></p>

<h1>Sign in</h1>

<%%= form_with(url: sign_in_path) do |form| %>
  <div>
    <%%= form.label :email, style: "display: block" %>
    <%%= form.email_field :email, value: params[:email_hint], autofocus: true, required: true, autocomplete: "email" %>
  </div>

  <div>
    <%%= form.label :password, style: "display: block" %>
    <%%= form.password_field :password, required: true, autocomplete: "current-password" %>
  </div>

  <div>
    <%%= form.check_box :remember_me %>
    <%%= form.label :remember_me %>
  </div>

  <div>
    <%%= form.submit "Sign in" %>
  </div>
<%% end %>

<br>

<div>
  <%%= link_to "Sign up", sign_up_path %> |
  <%%= link_to "Forgot your password?", password_reset_new_path %>
</div>

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
authentication-zero-0.0.11 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.10 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.9 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.8 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.7 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.6 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt
authentication-zero-0.0.5 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt
authentication-zero-0.0.4 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt
authentication-zero-0.0.3 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt
authentication-zero-0.0.2 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt
authentication-zero-0.0.1 lib/generators/authentication/templates/views/html/sessions/new.html.erb.tt