Sha256: 6c433d7bef486406b8d2ba44a6316648f95b87011c2d6be02055eeccb70c5138

Contents?: true

Size: 389 Bytes

Versions: 16

Compression:

Stored size: 389 Bytes

Contents

- with_children ||= false

.group        
  %h3
    = link_to group.name, group_url(group)
      
  %p.context
    = t("reader_extension.member_count", :count => group.readers.count) + '.'
    
  - if group.description
    %p
      = group.description
      
  - if with_children && group.children.any?
    .indented
      = render :partial => 'groups/group', :collection => group.children

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.20 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.19 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.18 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.17 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.16 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.15 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.14 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.13 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.11 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.10 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.9 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.8 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.7 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.5 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.4 app/views/groups/_group.html.haml
radiant-reader-extension-3.0.3 app/views/groups/_group.html.haml