Sha256: 1e099428305fca51bb117d89a84e7982930d7e3c6f9cf34b0a02fa5e87ad75e1

Contents?: true

Size: 798 Bytes

Versions: 16

Compression:

Stored size: 798 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?", new_password_resets_path %>
</div>

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
authentication-zero-1.0.2 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-1.0.1 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-1.0.0 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-0.0.24 lib/generators/authentication/templates/erb/sessions/new.html.erb.tt
authentication-zero-0.0.23 lib/generators/authentication/templates/app/views/sessions/new.html.erb.tt
authentication-zero-0.0.22 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.21 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.20 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.19 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.18 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.17 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.16 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.15 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.14 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.13 lib/generators/authentication/templates/views/sessions/new.html.erb.tt
authentication-zero-0.0.12 lib/generators/authentication/templates/views/sessions/new.html.erb.tt