<%= active_admin_application.site_title(self) %> <%= title t('active_admin.devise.reset_password.title') %>

<%= devise_error_messages! %> <%= active_admin_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| f.inputs do f.input :email end f.actions do f.action :submit, label: t('active_admin.devise.reset_password.submit'), button_html: { value: t('active_admin.devise.reset_password.submit') } end end %> <%= render partial: "active_admin/devise/shared/links" %>