Sha256: ad15581a3ec939b4d17125f743202f1cfae8a64ea3863d8514dca978abd8eef6

Contents?: true

Size: 631 Bytes

Versions: 1

Compression:

Stored size: 631 Bytes

Contents

<h1><%= @reference_category %></h1>

<div class="reference-categories-tree">
  <%= render :partial => 'subtree', :locals => { :children => @reference_category.children } %>
</div>


<%= render :partial => 'ecm/references/references/reference_preview', :collection => @reference_category.references.with_public_visibility, :as => :reference %>

<% if @reference_category.root? %>
  <%= link_to t('ecm.references.actions.back_to_category_index'), ecm_references_categories_path %>
<% else %>
  <%= link_to t('ecm.references.actions.back_to_category', :category => @reference_category.parent), @reference_category.parent %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ecm_references-0.0.1.pre app/views/ecm/references/categories/show.html.erb