Sha256: a56a2097fa007c94ee19c201032ed38c904d36fc840c41c85eab5c5442df486c

Contents?: true

Size: 700 Bytes

Versions: 33

Compression:

Stored size: 700 Bytes

Contents

<h2>Change your password</h2>

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

<%= error_messages_for :user %>

<% form_for(:user,
            :url => user_password_path(@user, :token    => @user.token),
            :html => { :method => :put }) do |form| %>
  <div class="password_field">
    <%= form.label :password, "Choose password" %>
    <%= form.password_field :password %>
  </div>
  <div class="password_field">
    <%= form.label :password_confirmation, "Confirm password" %>
    <%= form.password_field :password_confirmation %>
  </div>
  <div class="submit_field">
    <%= form.submit "Save this password", :disable_with => "Please wait..." %>
  </div>
<% end %>

Version data entries

33 entries across 33 versions & 10 rubygems

Version Path
activerain-clearance-0.6.6 app/views/passwords/edit.html.erb
activerain-clearance-0.6.6001 app/views/passwords/edit.html.erb
activerain-clearance-0.6.6002 app/views/passwords/edit.html.erb
dacz-authuser-0.1.2 app/views/passwords/edit.html.erb
hui-clearance-0.6.6 app/views/passwords/edit.html.erb
jeffrafter-clearance-0.5.4 generators/clearance/templates/app/views/passwords/edit.html.erb
joshuaclayton-clearance-0.6.4 app/views/passwords/edit.html.erb
kellyfelkins-clearance-0.5.6 generators/clearance/templates/app/views/passwords/edit.html.erb
qrush-clearance-0.7.0 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.4.9 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.0 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.1 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.2 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.3 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.4 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.5.6 generators/clearance/templates/app/views/passwords/edit.html.erb
thoughtbot-clearance-0.6.0 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.6.1 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.6.2 app/views/passwords/edit.html.erb
thoughtbot-clearance-0.6.3 app/views/passwords/edit.html.erb