<% phc_title "Send Password Reset Link" %> <% phc_title_tagline "Password Reset Form" %> <% phc_breadcrumb_one link_to "Home", phcdevworks_accounts.user_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<%= form_for(resource, as: resource_name, url: password_path(resource_name), html: { method: :post }) do |form| %> <%= render "devise/shared/error_messages", resource: resource %>
<%= form.label :email %> <%= form.email_field :email, autofocus: true, autocomplete: "email", class: "form-control form-control-lg" %>
<%= form.button class: "btn btn-success" do %> Send Password Reset Instructions <% end %>
<% end %>