Sha256: 53cf9b3e99f229ec7bdbde009fec5a0315e3cae4304c74e406897f88ca048ae9
Contents?: true
Size: 1.28 KB
Versions: 2
Compression:
Stored size: 1.28 KB
Contents
- content_for :breadhead do = link_to t('reader_extension.readers_title').titlecase, reader_index_url = t('reader_extension.separator') = link_to t('reader_extension.groups').titlecase, groups_url = t('reader_extension.separator') - if @group.parent = link_to @group.parent.name, group_url(@group.parent) = t('reader_extension.separator') - content_for :title do = @group.name - 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') = yield :breadhead = yield :title = render :partial => 'shared/standard_reader_parts' - content_for :main do %p = t('reader_extension.download_group_as') = link_to t("reader_extension.csv_file"), group_url(@group, :format => :csv), :class => 'csv' = t('or') = link_to t("reader_extension.vcard_file"), group_url(@group, :format => :vcard), :class => 'vcard' - if @group.children.any? %h2 = t('reader_extension.subgroups', :name => @group.name) = render :partial => 'groups/group', :collection => @group.children %h2 = t('reader_extension.group_members') = render :partial => 'readers/list', :locals => {:readers => @readers} = yield :main
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-reader-extension-3.0.3 | app/views/groups/show.html.haml |
radiant-reader-extension-3.0.2 | app/views/groups/show.html.haml |