Sha256: b28fba95bcebcf60e45545bcdab76e6e84c9fd8d6d906edd333d5b79ee558d8f
Contents?: true
Size: 448 Bytes
Versions: 1
Compression:
Stored size: 448 Bytes
Contents
<%= render @download_category %> <div class="well"> <% if @download_category.root? %> <%= link_to(t('ecm.downloads.download_category.actions.back_to_index'), ecm_downloads_download_categories_path, class: 'btn btn-default') if respond_to?(:ecm_downloads_download_categories_path) %> <% else %> <%= link_to(Ecm::Downloads::DownloadCategory.human_attribute_name(:parent), @download_category.parent, class: 'btn btn-default') %> <% end %> </div>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ecm_downloads2-1.0.0 | app/views/ecm/downloads/download_categories/show.html.erb |