%
# 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
<%= I18n.t("The image will be cropped to a 5:1 aspect ratio") %>
<%= t do %> Disabling the Mastery Paths feature will release configured assignments and content to all students. If the feature is re-enabled, these assignments will need to be configured for Mastery Paths again. <% end %>
<%= t ("Course Pacing is in active development.")%>
<%= t do %> Learn more about this feature in the Course Pacing User Group. <% end %>
<%= navigation_help_text %>
<% if @context.elementary_subject_course? %><%= t("help.edit_navigation_info_k5", "If enabled, LTI tools will always appear last under the Resources tab in the order you choose.") %>
<% end %><% end %>
<%= f.blabel :root_account_id, :en => "Root Account" %> | <%= f.select :root_account_id, Account.root_accounts.active.order("name DESC").select([:id, :name]).map{|a| [a.name, a.id] }, :selected => @context.root_account_id %> |
|