Sha256: 1ff86fc36a2947e5c3c52617ae049daaa4bc0623c136ce527e9c0ea245fc2a19
Contents?: true
Size: 566 Bytes
Versions: 6
Compression:
Stored size: 566 Bytes
Contents
%h2 Sign up = form_for(resource, as: resource_name, url: registration_path(resource_name)) do |f| = devise_error_messages! %div = f.label :email %br/ = f.email_field :email, autofocus: true %div = f.label :password - if @validatable %i (#{@minimum_password_length} characters minimum) %br/ = f.password_field :password, autocomplete: "off" %div = f.label :password_confirmation %br/ = f.password_field :password_confirmation, autocomplete: "off" %div= f.submit "Sign up" = render "devise/shared/links"
Version data entries
6 entries across 6 versions & 1 rubygems