Sha256: 0111409ed9633d4b777a4cbdac93e51abb31c295f21cc86579f5762c3bbfdcdb

Contents?: true

Size: 372 Bytes

Versions: 8

Compression:

Stored size: 372 Bytes

Contents

<h2>New Password</h2>

<%= form_tag password_path do %>
  <fieldset>
    <p>Please enter your email address. An email will be sent to you which will include a link to reset your password.</p>
    <%= label_tag 'user[email]', "Email" %>
    <%= text_field_tag 'user[email]' %>
  </fieldset>

  <%= buttons do %>
    <%= submit_tag "Reset password" %>
  <% end %>
<% end %>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
adva-0.3.2 app/views/password/new.html.erb
adva-0.3.1 app/views/password/new.html.erb
adva-0.3.0 app/views/password/new.html.erb
adva-0.2.4 app/views/password/new.html.erb
adva-0.2.3 app/views/password/new.html.erb
adva-0.2.2 app/views/password/new.html.erb
adva-0.2.1 app/views/password/new.html.erb
adva-0.2.0 app/views/password/new.html.erb