<%- if has_any_collections? %> <%= render_document_index %> <%- else %>

You have no collections yet

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