<%- if options[:metatags] %>

<%%= title('Sign up') %>

<% else -%>

Sign up

<%- end %>
"> <%%= form_for(resource, as: resource_name, url: confirmation_path(resource_name), html: { method: :post }) do |f| %>
<%%= render 'devise/shared/error_messages' %>
<%%= f.label :email %>
<%%= f.email_field :email, autofocus: true, value: (resource.pending_reconfirmation? ? resource.unconfirmed_email : resource.email) ,placeholder: "Enter your email" %>
<%%= f.submit 'Resend confirmation instructions', class: 'ui submit button teal fluid' %>
<%% end %>
or
<%%= render 'devise/shared/links' %>