<%= content_for :full_width_page_header do %> <%= render partial: 'content/components/parallax_header', locals: { content_type: 'PageCollection', content_class: PageCollection, image_only: true } %> <% end %> <%= render partial: 'notice_dismissal/messages/15' %> <% unless current_user.can_create?(PageCollection) %>
Although anyone can submit their notebook pages to any public collection, creating new Collections is currently limited to Premium subscribers. A more widespread release for users without a Premium subscription is coming soon. <%= link_to 'Upgrade to create your own Collection', subscription_path %>.
<% end %> <% if @collections_with_pending.any? %>
<%= render partial: 'page_collections/collection_grid', locals: { collection_list: @collections_with_pending, title: "Your collections with pending submissions" } %>
<% end %> <% if @my_collections.any? || current_user.on_premium_plan? || Date.current < 'October 21, 2020'.to_date %>
<%= render partial: 'page_collections/collection_grid', locals: { collection_list: @my_collections, title: "Your collections" } %> <% if current_user.on_premium_plan? || Date.current < 'October 21, 2020'.to_date %>
<%= link_to new_page_collection_path do %>


add
Create a collection
<% end %>
<% end %>
<% end %> <% if @followed_collections.any? %>
<%= render partial: 'page_collections/collection_grid', locals: { collection_list: @followed_collections, title: "Collections you follow" } %>
<% end %> <% if @network_collections.any? %>
<%= render partial: 'page_collections/collection_grid', locals: { collection_list: @network_collections, title: "Collections from your network" } %>
<% end %> <% if @random_collections.any? %>
<%= render partial: 'page_collections/collection_grid', locals: { collection_list: @random_collections, title: "Discover more collections" } %>
<% end %>