Sha256: 62d527977d58b579e66831961f8ae6825c00a21c13887b02e2be114e07de38bf

Contents?: true

Size: 365 Bytes

Versions: 4

Compression:

Stored size: 365 Bytes

Contents

<%= page_header :title => Iqvoc::Concept.base_class.model_name.human(:count => 2),
  :desc => t('txt.views.navigation.hierarchical') %>
<%= render 'concepts/sidebars/plural' %>

<% if params[:published] == '0' %>
  <%= render "concepts/hierarchical/treeview", concepts: @concepts, broader: false, dragabble: true %>
<% else %>
  <%= treeview @concepts %>
<% end %>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
iqvoc-4.5.2 app/views/concepts/hierarchical/index.html.erb
iqvoc-4.6.0 app/views/concepts/hierarchical/index.html.erb
iqvoc-4.5.1 app/views/concepts/hierarchical/index.html.erb
iqvoc-4.5.0 app/views/concepts/hierarchical/index.html.erb