Sha256: 613fef952d5884db0616471dc4332be881fd898dbaffe74ae8671d716fb73c74
Contents?: true
Size: 352 Bytes
Versions: 6
Compression:
Stored size: 352 Bytes
Contents
- if current_user.admin? %label{:for=>'user_admin'} Can edit site .caption (hold ctrl or cmd to select multiple) .caption A user with no site is able to act (to whatever extent their status allows) on any site. = select :user, :site_ids, options_for_select(Site.all.map { |s| [s.name, s.id] }, selected: @user.site_ids), {}, { multiple: true }
Version data entries
6 entries across 6 versions & 1 rubygems