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