Sha256: 3e30046e182e80e7c26f2916067b52f9894ec06068c6e7682ffd9acb1b102005

Contents?: true

Size: 351 Bytes

Versions: 18

Compression:

Stored size: 351 Bytes

Contents

= f.input :email, as: 'string'
= f.input :password, as: 'password'

- User::ROLES.each do |role|
  .control-group
    = label_tag "user_roles_#{role}", role.humanize, class: 'control-label'
    .controls
      = check_box_tag "user[roles][#{role}]", role, @user.roles.include?(role), {:name => "user[roles][]"}

= hidden_field_tag "user[roles][]", ""

Version data entries

18 entries across 18 versions & 2 rubygems

Version Path
mix-rails-0.16.0 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.16.0 app/views/admix/users/_form_fields.html.haml
mix-rails-0.15.0 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.15.0 app/views/admix/users/_form_fields.html.haml
mix-rails-0.12.2 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.12.2 app/views/admix/users/_form_fields.html.haml
mix-rails-0.12.1 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.12.1 app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.11.0 app/views/admix/users/_form_fields.html.haml
mix-rails-0.10.4 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.10.4 app/views/admix/users/_form_fields.html.haml
mix-rails-0.10.3 mix-rails-auth/app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.10.3 app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.10.2 app/views/admix/users/_form_fields.html.haml
mix-rails-auth-0.10.1 app/views/admix/users/_form_fields.html.haml
mix-rails-0.7.0 auth/app/views/admix/users/_form_fields.html.haml
mix-rails-0.6.0 auth/app/views/admix/users/_form_fields.html.haml
mix-rails-0.5.0 auth/app/views/admix/users/_form_fields.html.haml