Sha256: bc69f275fd8bca0ed69c8c04f92895484161ee34063c246743484be83e41e215
Contents?: true
Size: 379 Bytes
Versions: 9
Compression:
Stored size: 379 Bytes
Contents
<%= render @download_category %> <p> <% if @download_category.root? %> <%= link_to(t('ecm.downloads.download_category.actions.back_to_index'), ecm_downloads_download_categories_path) if respond_to?(:ecm_downloads_download_categories_path) %> <% else %> <%= link_to(Ecm::Downloads::DownloadCategory.human_attribute_name(:parent), @download_category.parent) %> <% end %> </p>
Version data entries
9 entries across 9 versions & 1 rubygems