<% # Copyright (C) 2011 - present Instructure, Inc. # # This file is part of Canvas. # # Canvas is free software: you can redistribute it and/or modify it under # the terms of the GNU Affero General Public License as published by the Free # Software Foundation, version 3 of the License. # # Canvas is distributed in the hope that it will be useful, but WITHOUT ANY # WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR # A PARTICULAR PURPOSE. See the GNU Affero General Public License for more # details. # # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see . %>
<% if @portfolio.grants_right?(@current_user, :moderate) %> <% if @portfolio.spam? %> <%= form_for @portfolio, url: eportfolio_path(@portfolio), html: { id: 'mark_eportfolio_safe_form', class: 'ic-Form-group' } do |f| %> <% end %> <% if @portfolio.flagged_as_possible_spam? %> <%= form_for @portfolio, url: eportfolio_path(@portfolio), html: { id: 'mark_eportfolio_spam_form' } do |f| %> <% end %> <% end %> <% else %> <%= form_for @portfolio, url: eportfolio_path(@portfolio), html: { id: 'edit_eportfolio_spam_form' } do |f| %> <% end %> <% end %> <% end %>

<%= @category.name %> <% if can_do(@portfolio, @current_user, :manage) %>
"><%= manage_pages_link_text %>
<% end %>

<%= t("Rename or reorder a page via the settings menu next to the page name. Alternatively, click a page's name to rename it or drag a page's name to reorder it.") %>
<%= t('headers.page_list', "Pages for this section") %>
<%= t('links.add_page', "Add Another Page") %>