Sha256: a8177b6088e61d4fa5a18458a611f55328cf8b93fca5c633563ec0f90c19d7b2
Contents?: true
Size: 1.22 KB
Versions: 2
Compression:
Stored size: 1.22 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 = render :partial => 'readers/people', :readers => @readers = yield :main
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-reader-extension-3.0.1 | app/views/groups/show.html.haml |
radiant-reader-extension-3.0.0 | app/views/groups/show.html.haml |