Sha256: 5692059b40ddba657b1c59ab672c65d81f5da0125d09615fcbb5952ea91cbf77

Contents?: true

Size: 350 Bytes

Versions: 7

Compression:

Stored size: 350 Bytes

Contents

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

<h1>Forgot your password?</h1>

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
authentication-zero-2.1.0 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-2.0.0 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-1.0.2 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-0.0.15 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.14 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.13 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.12 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt