Sha256: 6b0e03ffd9e3bd186aa4fa553057925ed1ed8deeb41cf3cb3d2faf99150c9685
Contents?: true
Size: 1.22 KB
Versions: 61
Compression:
Stored size: 1.22 KB
Contents
= within_admin_layout(title: "Register") do = simple_form_for(resource, as: resource_name, url: registration_path(resource_name), wrapper: :horizontal_form) do |f| = custom_devise_error_messages! = f.input :given_name, input_html: { autofocus: true }, wrapper: :horizontal_medium = f.input :family_name, wrapper: :horizontal_medium = f.input :username, wrapper: :horizontal_small = f.input :email, wrapper: :horizontal_small = f.input :password, as: :password, input_html: { autocomplete: "off" }, hint: "#{@minimum_password_length} characters minimum", wrapper: :horizontal_small = f.input :password_confirmation, as: :password, input_html: { autocomplete: "off" }, wrapper: :horizontal_small .panel b | Check this box if you feel you should have full access to the database. br | Leaving the box unchecked means you will have read-only access. br br = f.input :asked_for_write_access, label: "Write access required" = f.submit "Sign up", class: "button save" = render "devise/shared/links"
Version data entries
61 entries across 61 versions & 1 rubygems