% if @universe_scope %>
Only showing documents in the <%= link_to @universe_scope.name, @universe_scope, class: Universe.color + '-text' %> universe. <%= link_to( "See documents from all universes.", '?universe=all', class: Universe.color + '-text') %>
<% end %> <% if @documents.any? %> <%= render partial: 'content/components/list_filter_bar', locals: { content_type: Document } %> <%= render partial: 'notice_dismissal/messages/02' %> <%= render partial: 'content/list/cards', locals: { content_list: @documents, content_type: Document } %> <% end %> <% if @documents.empty? %>You can create an unlimited number of documents with no limits on length. Enjoy!