Sha256: f83dc62d72934cebbce272c8ff3d8369d20c413ff483a8c9ee760395ed1cd637
Contents?: true
Size: 535 Bytes
Versions: 67
Compression:
Stored size: 535 Bytes
Contents
<div id="login"> <%= content_tag :h2, t('active_admin.devise.reset_password.title') %> <%= 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
67 entries across 67 versions & 6 rubygems