Sha256: a7dc5f2145e48901b9487a1f883e911d6d11944c9c9fde83b197368fb2af7f3e

Contents?: true

Size: 331 Bytes

Versions: 11

Compression:

Stored size: 331 Bytes

Contents

- if current_user.admin?
  %tr
    %th.label
      %label{:for=>"user_admin"} Can edit site
    %td.field{:style => 'text-align: left;'}
      = select :user, :site_id, [['<any>', '']] + Site.all.map { |s| [s.name, s.id] }
    %td.help
      A user with no site is able to act (to whatever extent their status allows) on any site.

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
trusty-cms-4.0.2 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.7 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.6 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.5 app/views/admin/users/_choose_site.html.haml
trusty-cms-4.0.1 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.4 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.3 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.2 app/views/admin/users/_choose_site.html.haml
trusty-cms-4.0.0 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.1 app/views/admin/users/_choose_site.html.haml
trusty-cms-3.9.0 app/views/admin/users/_choose_site.html.haml