Sha256: c6108b58e08d8199d2aeaad5d784cdfd7942a4fb3ececa61c862a8f65a7d191c
Contents?: true
Size: 587 Bytes
Versions: 45
Compression:
Stored size: 587 Bytes
Contents
<h2 class="page-header"><%= t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions') %></h2> <%= bootstrap_form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post, :class => "form-horizontal" }) do |f| %> <%= f.inputs do %> <%= f.input :email %> <% end %> <%= f.actions do %> <%= f.submit t('.resend_confirmation_instructions', :default => 'Resend confirmation instructions') , :class => "btn btn-primary btn-large" %> <% end %> <% end %> <%= render "devise/shared/links" %>
Version data entries
45 entries across 45 versions & 1 rubygems