<%- if options[:metatags] %>

<%%= title('Forgot your password?') %>

<% else -%>

Forgot your password?

<%- end %> <%%= simple_form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |f| %> <%%= f.error_notification %>
<%%= f.input :email, required: true, autofocus: true, input_html: { autocomplete: "email" } %>
<%%= f.button :submit, 'Send me reset password instructions', class: 'btn btn-primary btn-block btn-lg' %>
<%% end %>
<%%= render 'devise/shared/links' %>