Sha256: 965abe77b7be996fe00bc45314f646dc19728a209006f99e93c232b5ea768414

Contents?: true

Size: 762 Bytes

Versions: 32

Compression:

Stored size: 762 Bytes

Contents

<div id="login">
  <h2><%= render_or_call_method_or_proc_on(self, active_admin_application.site_title) %> <%= title t('active_admin.devise.change_password.title') %></h2>

  <%= devise_error_messages! %>
  <%= active_admin_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :put }) do |f|
    f.inputs do
      f.input :password
      f.input :password_confirmation
      f.input :reset_password_token, as: :hidden, input_html: { value: resource.reset_password_token }
    end
    f.actions do
      f.action :submit, label: t('active_admin.devise.change_password.submit'), button_html: { value: t('active_admin.devise.change_password.submit') }
    end
  end
  %>

  <%= render 'active_admin/devise/shared/links' %>
</div>

Version data entries

32 entries across 32 versions & 4 rubygems

Version Path
activeadmin-1.3.1 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.3.0 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.2.1 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin_addons-1.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-a5a53c3f2b8f/app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.2.0 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin_addons-1.1.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/app/views/active_admin/devise/passwords/edit.html.erb
yousty-activeadmin-1.0.17.pre app/views/active_admin/devise/passwords/edit.html.erb
yousty-activeadmin-1.0.16.pre app/views/active_admin/devise/passwords/edit.html.erb
activeadmin_addons-1.1.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/app/views/active_admin/devise/passwords/edit.html.erb
activeadmin_addons-1.0.1 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/app/views/active_admin/devise/passwords/edit.html.erb
activeadmin_addons-1.0.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-a5a53c3f2b8f/app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.1.0 app/views/active_admin/devise/passwords/edit.html.erb
yousty-activeadmin-1.0.15.pre app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.0.0 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-1.0.0.pre5 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-orac-1.0.0.pre4 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-orac-1.0.0 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-orac-1.0.0.pre.orac app/views/active_admin/devise/passwords/edit.html.erb
yousty-activeadmin-1.0.14.pre app/views/active_admin/devise/passwords/edit.html.erb
yousty-activeadmin-1.0.13.pre app/views/active_admin/devise/passwords/edit.html.erb