Sha256: 8d1d64dcb0db49a80d792bee9eab697157fac18c8e0bd2a5350065bcdb29b10b
Contents?: true
Size: 574 Bytes
Versions: 2
Compression:
Stored size: 574 Bytes
Contents
= form_for @client, url: registration_path_for(client_name), html: { class: 'pure-form pure-form-stacked' } do |f| fieldset legend= t 'nav.registrations.new' - if @client.errors.present? h2 errors ul.errors - @client.errors.full_messages.each do |e| li #{e} = f.text_field :email, placeholder: :email = f.password_field :password, placeholder: :password = f.password_field :password_confirmation, placeholder: :confirmation = f.submit 'Sign up', data: { disable_with: '...' }, class: 'pure-button pure-button-primary'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
nyauth-0.1.0 | app/views/nyauth/registrations/new.html.slim |
nyauth-0.0.3 | app/views/nyauth/registrations/new.html.slim |