Sha256: f63d305851cd3e6fce3e15f55a183d0cf0a41985082287e81c08a73376ad5ddf
Contents?: true
Size: 624 Bytes
Versions: 32
Compression:
Stored size: 624 Bytes
Contents
<div id="login"> <h2><%= render_or_call_method_or_proc_on(self, active_admin_application.site_title) %> <%= title t('active_admin.devise.reset_password.title') %></h2> <%= 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" %> </div>
Version data entries
32 entries across 32 versions & 4 rubygems