Sha256: 8937769d66d675c9e6b0a5c635b626b5c085e310c97dfed4b7ac460b5d368a11

Contents?: true

Size: 285 Bytes

Versions: 5

Compression:

Stored size: 285 Bytes

Contents

- if f.object != current_user
  %div.control-group
    = f.label "User Role", {:class => 'control-label' }
    %div.controls
      %label.radio
        = f.radio_button :is_admin, false
        Normal User
      %label.radio
        = f.radio_button :is_admin, true
        Admin User

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
protected-1.0.4 app/views/protected/admin/users/_role_fields.html.haml
protected-1.0.3 app/views/protected/admin/users/_role_fields.html.haml
protected-1.0.2 app/views/protected/admin/users/_role_fields.html.haml
protected-1.0.1 app/views/protected/admin/users/_role_fields.html.haml
protected-1.0.0 app/views/protected/admin/users/_role_fields.html.haml