Sha256: 6999e70929c821bce052c87dc5d62b113d355f3dc68ab1cf706fc98b4f8c09fa

Contents?: true

Size: 729 Bytes

Versions: 31

Compression:

Stored size: 729 Bytes

Contents

- content_for :introduction do
  %p
    =t('reader_extension.groups_introduction')

- content_for :breadhead do
  = link_to t('reader_extension.readers_title').titlecase, reader_index_url
  = t('reader_extension.separator')

- content_for :breadcrumbs do
  = link_to t('reader_extension.home').titlecase, '/'
  = t('reader_extension.separator')
  = link_to t('reader_extension.people').titlecase, readers_url
  = t('reader_extension.separator')
  = t('reader_extension.groups')

- content_for :title do
  = t('reader_extension.groups').titlecase

= render :partial => 'shared/standard_reader_parts'

- content_for :main do
  = render :partial => 'group', :collection => @groups, :locals => {:with_children => true}

= yield :main

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
radiant-reader-extension-3.0.38 app/views/groups/index.html.haml
radiant-reader-extension-3.0.37 app/views/groups/index.html.haml
radiant-reader-extension-3.0.36 app/views/groups/index.html.haml
radiant-reader-extension-3.0.35 app/views/groups/index.html.haml
radiant-reader-extension-3.0.33 app/views/groups/index.html.haml
radiant-reader-extension-3.0.32 app/views/groups/index.html.haml
radiant-reader-extension-3.0.31 app/views/groups/index.html.haml
radiant-reader-extension-3.0.30 app/views/groups/index.html.haml
radiant-reader-extension-3.0.29 app/views/groups/index.html.haml
radiant-reader-extension-3.0.28 app/views/groups/index.html.haml
radiant-reader-extension-3.0.27 app/views/groups/index.html.haml
radiant-reader-extension-3.0.26 app/views/groups/index.html.haml
radiant-reader-extension-3.0.25 app/views/groups/index.html.haml
radiant-reader-extension-3.0.24 app/views/groups/index.html.haml
radiant-reader-extension-3.0.23 app/views/groups/index.html.haml
radiant-reader-extension-3.0.20 app/views/groups/index.html.haml
radiant-reader-extension-3.0.19 app/views/groups/index.html.haml
radiant-reader-extension-3.0.18 app/views/groups/index.html.haml
radiant-reader-extension-3.0.17 app/views/groups/index.html.haml
radiant-reader-extension-3.0.16 app/views/groups/index.html.haml