Sha256: babb85306014b73208ade056c392e8b9bdec6fd535e5d88e0591e83ddf361a58

Contents?: true

Size: 530 Bytes

Versions: 9

Compression:

Stored size: 530 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 => "active_admin/devise/shared/links" %>

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
activeadmin-0.4.4 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-0.4.3 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-0.4.2 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-0.4.1 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-0.4.0 app/views/active_admin/devise/passwords/edit.html.erb
andrewroth_activeadmin-0.3.4.4 app/views/active_admin/devise/passwords/edit.html.erb
andrewroth_activeadmin-0.3.4.3 app/views/active_admin/devise/passwords/edit.html.erb
andrewroth_activeadmin-0.3.4.2 app/views/active_admin/devise/passwords/edit.html.erb
andrewroth_activeadmin-0.3.4.1 app/views/active_admin/devise/passwords/edit.html.erb