You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
550 B
27 lines
550 B
<br> |
|
|
|
<div class="row"> |
|
<div class="col-md-3"> |
|
|
|
<%= render 'users/shared/links' %> |
|
|
|
</div> |
|
<div class="col-md-offset-2 col-md-4"> |
|
|
|
<div class="well"> |
|
<%= simple_form_for(resource, |
|
as: resource_name, |
|
url: confirmation_path(resource_name), |
|
method: :post |
|
) do |f| %> |
|
|
|
<%= devise_error_messages! %> |
|
|
|
<%= f.input :email, required: true %> |
|
|
|
<%= f.submit "Resend confirmation instructions", class: 'btn btn-primary' %> |
|
<% end %> |
|
</div> |
|
|
|
</div> |
|
</div> |