Sha256: 3ab44d0c78b9d69b88580d1ff80d8ee6a9fa9c2336484a5c00e8e9ccaa1bf4de

Contents?: true

Size: 513 Bytes

Versions: 7

Compression:

Stored size: 513 Bytes

Contents

<h2>Dev Account Approval</h2>

<%= form_for(resource, as: resource_name, url: approval_path(resource_name), html: { method: :post }) do |f| %>
  <%= devise_error_messages! %>

  <div class="field">
    <%= f.label :email %><br />
    <%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %> 
  </div>

  <div class="actions">
    <%= f.submit "Resend confirmation instructions" %>
  </div>
<% end %>

<%= render "devise/shared/links" %>

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
devise_approvable-0.8.0 app/views/devise/approvals/new.html.erb
devise_approvable-0.7.0 app/views/devise/approvals/new.html.erb
devise_approvable-0.6.0 app/views/devise/approvals/new.html.erb
devise_approvable-0.5.0 app/views/devise/approvals/new.html.erb
devise_approvable-0.4.0 app/views/devise/approvals/new.html.erb
devise_approvable-0.3.0 app/views/devise/approvals/new.html.erb
devise-approvable-0.3.0 app/views/devise/approvals/new.html.erb