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

<%= yield(:phc_title) %>

<%= yield(:phc_title) %>

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