Sha256: 619ddecd10fcba55e607409e7eb88ac5af939e173e780421ae6a98f746893190
Contents?: true
Size: 839 Bytes
Versions: 13
Compression:
Stored size: 839 Bytes
Contents
- title t('locomotive.registrations.new.title') = link_to root_path, class: 'brand-logo' do = image_tag 'locomotive/logo-white.png' .public-box .public-intro h3= t('locomotive.registrations.new.title') p= t('locomotive.registrations.new.description') = locomotive_form_for resource, as: resource_name, url: sign_up_path do |f| = f.inputs do = f.input :name, required: true, autofocus: true = f.input :email, required: true = f.input :password, required: true, hint: !@minimum_password_length.nil? = f.input :password_confirmation, required: true, label: false, placeholder: t('locomotive.registrations.new.confirm_password') = f.actions do = f.button :submit, t('.submit'), class: 'btn btn-primary' = link_to t('.sign_in'), new_locomotive_account_session_path, class: 'public-link'
Version data entries
13 entries across 13 versions & 1 rubygems