Sha256: 5e069075d343bfb213cdb858247f3aebde210d1f3a6d9998a165d504ee3e51ed

Contents?: true

Size: 517 Bytes

Versions: 161

Compression:

Stored size: 517 Bytes

Contents

<h2>Change your password</h2>

<%= form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| %>
  <%= devise_error_messages! %>
  <%= f.hidden_field :reset_password_token %>

  <p><%= f.label :password %><br />
  <%= f.password_field :password %></p>

  <p><%= f.label :password_confirmation %><br />
  <%= f.password_field :password_confirmation %></p>

  <p><%= f.submit "Change my password" %></p>
<% end %>

<%= render :partial => "devise/shared/links" %>

Version data entries

161 entries across 161 versions & 15 rubygems

Version Path
tenon-1.0.66 app/views/devise/passwords/edit.html.erb
tenon-1.0.65 app/views/devise/passwords/edit.html.erb
tenon-1.0.64 app/views/devise/passwords/edit.html.erb
tenon-1.0.63 app/views/devise/passwords/edit.html.erb
tenon-1.0.62 app/views/devise/passwords/edit.html.erb
tenon-1.0.61 app/views/devise/passwords/edit.html.erb
tenon-1.0.60 app/views/devise/passwords/edit.html.erb
tenon-1.0.59 app/views/devise/passwords/edit.html.erb
tenon-1.0.57 app/views/devise/passwords/edit.html.erb
tenon-1.0.56 app/views/devise/passwords/edit.html.erb
tenon-1.0.55 app/views/devise/passwords/edit.html.erb
tenon-1.0.54 app/views/devise/passwords/edit.html.erb
tenon-1.0.53 app/views/devise/passwords/edit.html.erb
tenon-1.0.52 app/views/devise/passwords/edit.html.erb
tenon-1.0.51 app/views/devise/passwords/edit.html.erb
tenon-1.0.50 app/views/devise/passwords/edit.html.erb
tenon-1.0.49 app/views/devise/passwords/edit.html.erb
tenon-1.0.48 app/views/devise/passwords/edit.html.erb
tenon-1.0.47 app/views/devise/passwords/edit.html.erb
tenon-1.0.46 app/views/devise/passwords/edit.html.erb