%= form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| %>
<% if @minimum_password_length %> Minimialna ilość znakow: <%= @minimum_password_length %> <% end %>
<%= f.password_field :password_confirmation, autocomplete: "off", class: 'form-control', placeholder: 'Powtorz Hasło' %>Posiadasz juz konto?
<%= link_to t("log_in"), new_registration_path(resource_name) %>