Sha256: 131eb3de2eb243dc0a5658590b42286b35a75c4569ed17e8a56b07c78275d26b
Contents?: true
Size: 937 Bytes
Versions: 14
Compression:
Stored size: 937 Bytes
Contents
<div class="p-6 sm:p-8 space-y-4 md:space-y-6 w-full sm:max-w-md bg-white sm:rounded-md shadow dark:border dark:bg-gray-800 dark:border-gray-700"> <h2 class="text-xl font-bold text-gray-900 md:text-2xl dark:text-white"> <%= active_admin_application.site_title(self) %> <%= set_page_title t('active_admin.devise.resend_confirmation_instructions.title') %> </h2> <%= render partial: "active_admin/devise/shared/error_messages", resource: resource %> <%= active_admin_form_for(resource, as: resource_name, url: confirmation_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.resend_confirmation_instructions.submit'), button_html: { class: "w-full", value: t('active_admin.devise.resend_confirmation_instructions.submit') } end end %> <%= render partial: "active_admin/devise/shared/links" %> </div>
Version data entries
14 entries across 14 versions & 1 rubygems