Sha256: 6a2fd84473308b9ff376bd77ddbca2f9edc1f949d06e2a457d4959c4a5b28f56

Contents?: true

Size: 213 Bytes

Versions: 9

Compression:

Stored size: 213 Bytes

Contents

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

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.37 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.36 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.35 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.2 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.1 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.0 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.0.rc4 app/views/dashboard/_groups.html.haml
radiant-reader-extension-3.0.0.rc3 app/views/dashboard/_groups.html.haml