Sha256: e03d6504003ddcc386874585df459d585c5beca69c8892d22ca64cc9213162e1

Contents?: true

Size: 478 Bytes

Versions: 8

Compression:

Stored size: 478 Bytes

Contents

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

<h1>Forgot your password?</h1>

<%%= form_with(url: password_reset_path) do |form| %>
  <div>
    <%%= form.label :email, style: "display: block" %>
    <%%= form.email_field :email, autofocus: true, required: true, autocomplete: "email" %>
  </div>

  <div>
    <%%= form.submit "Send password reset email" %>
  </div>
<%% end %>

<br>

<div>
  <%%= link_to "Sign in", sign_in_path %> |
  <%%= link_to "Sign up", sign_up_path %>
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

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