Sha256: 6440e9bedf4a7cd64a4450517523ffdb8b466fdc00e9ef34335286eb2947e1d3

Contents?: true

Size: 255 Bytes

Versions: 10

Compression:

Stored size: 255 Bytes

Contents

<%- if has_any_collections? %>
  <%= render_document_index %>
<%- else %>
  <div class="span12 main-header">
    <p>You have no collections yet</p>
  </div>
<%- end %>

<% if can? :create, Collection %>
  <%= button_for_create_new_collection %>
<% end %>

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
curate-0.6.6 app/views/curate/collections/index.html.erb
curate-0.6.5 app/views/curate/collections/index.html.erb
curate-0.6.4 app/views/curate/collections/index.html.erb
curate-0.6.3 app/views/curate/collections/index.html.erb
curate-0.6.1 app/views/curate/collections/index.html.erb
curate-0.6.0 app/views/curate/collections/index.html.erb
curate-0.5.6 app/views/curate/collections/index.html.erb
curate-0.5.5 app/views/curate/collections/index.html.erb
curate-0.5.4 app/views/curate/collections/index.html.erb
curate-0.5.2 app/views/curate/collections/index.html.erb