Sha256: 5b840d89357d25d0c45eb8ec8782824816b075fc3197ec208efeced8d6d16d41

Contents?: true

Size: 632 Bytes

Versions: 4

Compression:

Stored size: 632 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.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

4 entries across 4 versions & 3 rubygems

Version Path
qrush-clearance-0.7.0 generators/clearance_views/templates/formtastic/passwords/edit.html.erb
thoughtbot-clearance-0.7.0 generators/clearance_views/templates/formtastic/passwords/edit.html.erb
tonkapark-clearance-0.7.0.1 generators/clearance_views/templates/formtastic/passwords/edit.html.erb
tonkapark-clearance-0.7.0 generators/clearance_views/templates/formtastic/passwords/edit.html.erb