Sha256: 8d370c530a89b6ae4bed0d7248cb411f06820fd835c733e009626de5c6aad004
Contents?: true
Size: 562 Bytes
Versions: 12
Compression:
Stored size: 562 Bytes
Contents
<div id="login"> <h2><%= active_admin_application.site_title(self) %> <%= title t('active_admin.devise.unlock.title') %></h2> <%= devise_error_messages! %> <%= 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
12 entries across 12 versions & 3 rubygems