Sha256: 4a3adea5ffe7cce83d72bf289e58ac4f2183723acfab324ccf6ba2e4dd1368e1
Contents?: true
Size: 589 Bytes
Versions: 63
Compression:
Stored size: 589 Bytes
Contents
<div id="login"> <h2><%= title "#{render_or_call_method_or_proc_on(self, active_admin_application.site_title)} #{t('active_admin.devise.unlock.title')}" %></h2> <%= active_admin_form_for(resource, :as => resource_name, :url => unlock_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.unlock.submit'), :button_html => { :value => t('active_admin.devise.unlock.submit') } end end %> <%= render :partial => "active_admin/devise/shared/links" %> </div>
Version data entries
63 entries across 63 versions & 6 rubygems