Sha256: 7b9dfc2fc8b5d85970df936d969c4113c099c09395d29cc72aa0a7efab07ac30

Contents?: true

Size: 593 Bytes

Versions: 5

Compression:

Stored size: 593 Bytes

Contents

<div id="login">
  <%= content_tag :h2, t('active_admin.devise.resend_confirmation_instructions.title') %>

  <%= 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

5 entries across 5 versions & 2 rubygems

Version Path
active_administration-0.0.3 app/views/active_admin/devise/confirmations/new.html.erb
activeadministration-0.0.2 app/views/active_admin/devise/confirmations/new.html.erb
active_administration-0.0.2 app/views/active_admin/devise/confirmations/new.html.erb
activeadministration-0.0.1 app/views/active_admin/devise/confirmations/new.html.erb
active_administration-0.0.1 app/views/active_admin/devise/confirmations/new.html.erb