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.

20 lines
457 B

12 years ago
<%= render :partial => "users/shared/links" %>
13 years ago
<div class="row">
<div class="col-lg-offset-4 col-lg-4 well">
<%= simple_form_for(resource,
as: resource_name,
url: password_path(resource_name),
method: :post
) do |f| %>
<%= devise_error_messages! %>
<%= f.input :email, required: true %>
<%= f.submit "Send me reset password instructions", class: 'btn btn-primary' %>
<% end %>
</div>
</div>