Sha256: d025fc53c752757035557c04e6a3fa9160079a5dd3adf84967f681b1b4b19289

Contents?: true

Size: 378 Bytes

Versions: 11

Compression:

Stored size: 378 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, value: params[:email_hint], autofocus: true, required: true %>
  </div>

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

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
authentication-zero-1.0.1 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-1.0.0 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-0.0.24 lib/generators/authentication/templates/erb/password_resets/new.html.erb.tt
authentication-zero-0.0.23 lib/generators/authentication/templates/app/views/password_resets/new.html.erb.tt
authentication-zero-0.0.22 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.21 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.20 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.19 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.18 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.17 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt
authentication-zero-0.0.16 lib/generators/authentication/templates/views/password_resets/new.html.erb.tt