Sha256: 9a91455364fd22563a95a1f08ac77217eae9c75117b7d0cab0fd25a12058d4e0

Contents?: true

Size: 1017 Bytes

Versions: 15

Compression:

Stored size: 1017 Bytes

Contents

<div class="p-6 sm:p-8 space-y-4 md:space-y-6 w-full sm:max-w-md bg-white sm:rounded-md shadow dark:border dark:bg-gray-800 dark:border-gray-700">
  <h2 class="text-xl font-bold text-gray-900 md:text-2xl dark:text-white">
    <%= active_admin_application.site_title(self) %> <%= set_page_title t('active_admin.devise.change_password.title') %>
  </h2>

  <%= render partial: "active_admin/devise/shared/error_messages", resource: resource %>
  <%= 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: { class: "w-full", value: t('active_admin.devise.change_password.submit') }
    end
  end
  %>

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

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
activeadmin-4.0.0.beta15 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta14 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta13 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta12 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta11 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta10 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta9 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta8 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta7 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta6 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta5 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta4 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta3 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta2 app/views/active_admin/devise/passwords/edit.html.erb
activeadmin-4.0.0.beta1 app/views/active_admin/devise/passwords/edit.html.erb