<% 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.welcome_status_page_path %> <% phc_breadcrumb_two yield(:phc_title_tagline) %>

<%= yield(:phc_title) %>

<%= form_for(resource, as: resource_name, url: unlock_path(resource_name), html: { method: :post }) do |form| %> <%= devise_error_messages! %>
<%= form.label :email %> <%= form.email_field :email, class: "form-control", placeholder: "Email Address", autofocus: true %>
<%= form.submit "Resend unlock instructions", class: "btn btn-primary block full-width" %>
<% end %>