Sha256: 6ae848a838397ee96d73dee0b0fab9f71cfe8c372d91f37b1e198526e7c7687a

Contents?: true

Size: 345 Bytes

Versions: 1

Compression:

Stored size: 345 Bytes

Contents

.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 group.children.any?
    .indented
      = render :partial => 'groups/group', :collection => group.children

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.2 app/views/groups/_group.html.haml