<% if collection.collection_preference.show_random || params[:show_random] %>
<%= ts("Random bookmarks") %>
<% else %>
<%= ts("Recent bookmarks") %>
<% end %>
<% for bookmark in bookmarks %>
<%= render 'bookmarks/bookmark_blurb', :bookmark => bookmark %>
<% end %>
<% if bookmarks.total_entries > ArchiveConfig.NUMBER_OF_ITEMS_VISIBLE_IN_DASHBOARD %>
- <%= link_to ts("Bookmarks (%{count})", :count => bookmarks.total_entries), collection_bookmarks_path(@collection) %>
<% end %>