Sha256: 6078a9750c3267f4e6fe89a0ebbe96979e63ace148ffedb1ef2b92e6f58ebcac

Contents?: true

Size: 326 Bytes

Versions: 9

Compression:

Stored size: 326 Bytes

Contents

<h2>Forgot your password</h2>

<p>
  We will email you a link to reset your password.
</p>

<% form_tag(passwords_path) do %>
  <div class="text_field">
    <%= label_tag :email, 'Email address' %>
    <%= text_field_tag :email %>
  </div>
  <div class="submit_field">
    <%= submit_tag 'Reset password' %>
  </div>
<% end %>

Version data entries

9 entries across 5 versions & 1 rubygems

Version Path
hashrocket-clearance-0.4.0 generators/clearance/templates/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.0 test/rails_root/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.1 generators/clearance/templates/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.1 test/rails_root/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.2 generators/clearance/templates/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.2 test/rails_root/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.3 generators/clearance/templates/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.3 test/rails_root/app/views/passwords/new.html.erb
hashrocket-clearance-0.4.4 generators/clearance/templates/app/views/passwords/new.html.erb