Sha256: 7d176d58e5e73cf67c000fa4d92efb0b091b917ea9413681211de72b4da2c994

Contents?: true

Size: 425 Bytes

Versions: 23

Compression:

Stored size: 425 Bytes

Contents

<h2><%= Iqvoc::Collection.base_class.model_name.human(:count => 2) %></h2>

<% if can?(:create, Iqvoc::Collection.base_class) %>
  <p>
    <%= link_to t("txt.views.collections.new"), new_collection_path,
      :class => "button" %>
  </p>
<% end %>

<ul class="hybrid-treeview" data-url="<%= hierarchical_collections_path(:format => :json) %>">
  <%= render :partial => 'collection', :collection => @top_collections %>
</ul>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/collections/index.html.erb
iqvoc-3.2.10 app/views/collections/index.html.erb
iqvoc-3.2.9 app/views/collections/index.html.erb
iqvoc-3.2.8 app/views/collections/index.html.erb
iqvoc-3.5.7 app/views/collections/index.html.erb
iqvoc-3.5.6 app/views/collections/index.html.erb
iqvoc-3.5.5 app/views/collections/index.html.erb
iqvoc-3.5.4 app/views/collections/index.html.erb
iqvoc-3.2.7 app/views/collections/index.html.erb
iqvoc-3.5.3 app/views/collections/index.html.erb
iqvoc-3.5.2 app/views/collections/index.html.erb
iqvoc-3.5.1 app/views/collections/index.html.erb
iqvoc-3.5.0 app/views/collections/index.html.erb
iqvoc-3.4.0 app/views/collections/index.html.erb
iqvoc-3.3.4 app/views/collections/index.html.erb
iqvoc-3.3.3 app/views/collections/index.html.erb
iqvoc-3.3.2 app/views/collections/index.html.erb
iqvoc-3.3.1 app/views/collections/index.html.erb
iqvoc-3.3.0 app/views/collections/index.html.erb
iqvoc-3.2.6 app/views/collections/index.html.erb