Sha256: 2817f78cd30e7487f147a191dcbbc5532b50cbf7b33dc9ee899ef227d2aa9145

Contents?: true

Size: 195 Bytes

Versions: 2

Compression:

Stored size: 195 Bytes

Contents

- groups = Group.visible_to(current_reader)
- if groups.any?
  %h3
    = t('reader_extension.groups')
  %ul.groups
    - groups.each do |group|
      %li
        = link_to_group(group)
    
    

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.0.rc4 app/views/groups/_all.html.haml
radiant-reader-extension-3.0.0.rc3 app/views/groups/_all.html.haml