Sha256: 8bb27d7d24bc4bfbca35b8ffba7bbb21290a335bd4aa44d0d7622483b0e3effd
Contents?: true
Size: 537 Bytes
Versions: 4
Compression:
Stored size: 537 Bytes
Contents
<h2>Resend confirmation instructions</h2> <%= simple_form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> <%= f.error_notification %> <%= f.full_error :confirmation_token %> <div class="form-inputs"> <%= f.input :email, :required => true, :autofocus => true %> </div> <div class="form-actions"> <%= f.button :submit, "Resend confirmation instructions", :class=>'btn btn-primary' %> </div> <% end %> <%= render "ecm/user_area/shared/links" %>
Version data entries
4 entries across 4 versions & 1 rubygems