Sha256: a3d16c9421de4000d3728f45f333798912a30b50c276bc53153c979a744e4e0d

Contents?: true

Size: 269 Bytes

Versions: 16

Compression:

Stored size: 269 Bytes

Contents

<h1>Reset password</h1>

<%= form_tag password_resets_path, method: :post do %>
  <div class="field">
    <%= label_tag :email %> <br />
    <%= text_field_tag :email, params[:email] %>
  </div>
  <div class="actions"><%= submit_tag "Reset password" %></div>
<% end %>

Version data entries

16 entries across 8 versions & 1 rubygems

Version Path
authpro-1.1.0 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-1.1.0 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-1.0.1 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-1.0.1 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-1.0.0 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-1.0.0 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-0.9.3 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-0.9.3 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-0.9.2 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-0.9.2 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-0.9.1 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-0.9.1 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-0.9.0 test/rails/dummy/app/views/password_resets/new.html.erb
authpro-0.9.0 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-0.1.0 lib/generators/authpro/templates/new_password_resets.html.erb
authpro-0.1.0 test/rails/dummy/app/views/password_resets/new.html.erb