Sha256: bfded4898ac657b80d2d989ebcd0cd6a2301902bfaa5419968c23220910b0d83
Contents?: true
Size: 462 Bytes
Versions: 2
Compression:
Stored size: 462 Bytes
Contents
%h2 Sign up = simple_form_for(resource, :as => resource_name, :url => registration_path(resource_name)) do |f| = f.error_notification .inputs = f.input :email, :required => true, :autofocus => true = f.input :password, :required => true = f.input :password_confirmation, :required => true = f.hidden_field :locale, :value => @matched_locale_from_browser .actions = f.button :submit, "Sign up" = render :partial => "devise/shared/links"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
iugusdk-1.0.0.alpha.1 | app/views/iugu/registrations/new.html.haml |
iugusdk-1.0.0.alpha.0 | app/views/iugu/registrations/new.html.haml |