Sha256: 5495a31275bd5c786e547342059fa2ffc1520765f12b1997b89657b2638db692

Contents?: true

Size: 648 Bytes

Versions: 12

Compression:

Stored size: 648 Bytes

Contents

<div id="login">
  <h2><%= active_admin_application.site_title(self) %> <%= title t('active_admin.devise.resend_confirmation_instructions.title') %></h2>

  <%= devise_error_messages! %>
  <%= 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: { value: t('active_admin.devise.resend_confirmation_instructions.submit') }
    end
  end %>

  <%= render partial: "active_admin/devise/shared/links" %>
</div>

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
activeadmin_addons-1.7.1 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin-rb-1.4.0 app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.7.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin-1.4.3 app/views/active_admin/devise/confirmations/new.html.erb
activeadmin-1.4.2 app/views/active_admin/devise/confirmations/new.html.erb
activeadmin-1.4.1 app/views/active_admin/devise/confirmations/new.html.erb
activeadmin-1.4.0 app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.6.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.5.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.4.0 vendor/bundle/ruby/2.2.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.3.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb
activeadmin_addons-1.2.0 vendor/bundle/ruby/2.3.0/bundler/gems/activeadmin-f71b375325eb/app/views/active_admin/devise/confirmations/new.html.erb