Sha256: fcfead9782af5dfdb0478272afb2fb956ccc88e984dd57e3bc9027826725198b
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
curate-0.5.1 | app/views/curate/collections/index.html.erb |
curate-0.5.0 | app/views/curate/collections/index.html.erb |
curate-0.4.2 | app/views/curate/collections/index.html.erb |