Sha256: 7b4001b5152edbc77f39ab818f720c840b6f5137a10e72b308478098a01dc19d

Contents?: true

Size: 217 Bytes

Versions: 27

Compression:

Stored size: 217 Bytes

Contents

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

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.10 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.9 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.8 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.7 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.5 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.4 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.3 app/views/dashboard/_groups.html.haml