<%- if options[:metatags] %>
<%%= title("Sign up") %>
<% else -%>
Sign up
<%- end %>
"> <%%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
<%%= render 'devise/shared/error_messages' %>
<%%= f.label :email %> <%%= f.email_field :email, autofocus: true ,placeholder: "mail@example.com"%>
<%%= f.label :password %> <%% if @minimum_password_length %>
<%%= @minimum_password_length %> characters minimum
<%% end %> <%%= f.password_field :password, autocomplete: "off" ,placeholder: "Enter Password", data: { toggle: "tooltip", placement: "left" }%>
<%%= f.label :password_confirmation %> <%%= f.password_field :password_confirmation, autocomplete: "off" ,placeholder: "Confirm Password" %>
<%%= f.submit "Sign up", class: "ui submit button fluid teal" %>
<%% end %>
or
<%%= render "devise/shared/links" %>