Sha256: 1c071cf009e8ab4b9d25611ee12748d4d9755056ad98f7f00c9a30c7b2c57be4

Contents?: true

Size: 648 Bytes

Versions: 16

Compression:

Stored size: 648 Bytes

Contents

<h2>Change your password</h2>

<p>
  Your password has been reset. Choose a new password below.
</p>

<%= semantic_form_for(:user,
            :url  => user_password_path(@user, :token => @user.confirmation_token),
            :html => { :method => :put }) do |form| %>
  <%= form.error_messages %>
  <%= form.inputs do -%>
    <%= form.input :password, :as => :password,
                   :label => "Choose password" %>
    <%= form.input :password_confirmation, :as => :password,
                   :label => "Confirm password" %>
  <% end -%>
  <%= form.buttons do -%>
    <%= form.commit_button "Save this password" %>
  <% end -%>
<% end %>

Version data entries

16 entries across 13 versions & 2 rubygems

Version Path
clearance-0.10.1 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.10.1 spec/rails_root/app/views/passwords/edit.html.erb
clearance-0.10.1 spec/rails_root/vendor/app/views/passwords/edit.html.erb
clearance-0.10.1 test/rails_root/app/views/passwords/edit.html.erb
clearance-0.10.0 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
janova-clearance-0.9.1 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.1 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc9 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc8 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc7 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc6 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc5 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc4 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc3 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc2 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb
clearance-0.9.0.rc1 lib/rails/generators/clearance_views_templates/formtastic/erb/passwords/edit.html.erb