Sha256: f6514ad51111e88dd2eec0954b8cfd4e58ecea39019daeefd7176a825b25464e
Contents?: true
Size: 330 Bytes
Versions: 9
Compression:
Stored size: 330 Bytes
Contents
.page-header h1 Sign up for an Account = simple_form_for(@user, url: sign_up_path) do |f| = f.error_notification .form-inputs = f.input :name, autofocus: true = f.input :email = f.input :password = f.input :password_confirmation .form-actions = f.button :submit, 'Sign up', class: 'btn btn-primary'
Version data entries
9 entries across 9 versions & 1 rubygems