Sha256: d44aac92d743bae9eb87b3fc60c657c707045c79dc3f8838bf295610a5227ccd

Contents?: true

Size: 256 Bytes

Versions: 9

Compression:

Stored size: 256 Bytes

Contents

<% form_for(@user, :url => change_password_user_path(@user), :html => {:method => :put}) do |form| %>
  <%= render :partial => '/users/password_form', :locals => {:form => form}  %>
  <%= form.submit 'Update', :disable_with => 'Please wait...' %>
<% end %>

Version data entries

9 entries across 5 versions & 1 rubygems

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