<% phc_title resource_name.to_s.humanize + " Unlock Password" %> <% phc_title_tagline "Unlock Your " + resource_name.to_s.humanize + " Unlock Password" %> <% phc_breadcrumb_one link_to resource_name.to_s.humanize + " Home", phcdevworks_accounts.user_dashboard_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |form| %> <%= render "devise/shared/error_messages", resource: resource %>
<%= form.label :email %> <%= form.email_field :email, class: "form-control", autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) %>
<%= form.submit "Resend Confirmation Instructions", class: "btn btn-primary block full-width" %>
<% end %>