Sha256: db3be9d6da9274406666aa3144a498b274d8520c80e650a3a790c1ee3d7fa6d2

Contents?: true

Size: 327 Bytes

Versions: 6

Compression:

Stored size: 327 Bytes

Contents

// This is going to be a tree of checkboxes with some 
// javascript to make visible the inheritance of permission. 
// It will be used on pages, messages and any other group-linkable object.

- Group.roots.each do |group|
  = f.check_box :group_ids, {}, group.id
  = f.label :group_ids, group.name, :class => 'checkbox'
  %br

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.5 app/views/admin/groups/_chooser.html.haml
radiant-reader-extension-3.0.4 app/views/admin/groups/_chooser.html.haml
radiant-reader-extension-3.0.3 app/views/admin/groups/_chooser.html.haml
radiant-reader-extension-3.0.2 app/views/admin/groups/_chooser.html.haml
radiant-reader-extension-3.0.1 app/views/admin/groups/_chooser.html.haml
radiant-reader-extension-3.0.0 app/views/admin/groups/_chooser.html.haml