░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/app/views/gradebook_uploads
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: new.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/>. %> <% title = join_title t("Upload Gradebook"), @context.name %> <% provide :page_title, title %> <div class="grid-row"> <div class="col-xs-12 col-md-8"> <div class="ic-Action-header"> <div class="ic-Action-header__Primary"> <h1 class="ic-Action-header__Heading"><%= title %></h1> </div> </div> <%= form_for [@context, GradebookUpload.new], html: { class: 'ic-Form-group', multipart: true, title: t("Choose a CSV file to upload:") } do |f| %> <p> <a class="icon-question" target="_blank" href="<%= t(:'#community.instructor_import_grades') %>"><%= t "What should the CSV file look like?" %></a> </p> <div class="ic-Form-control"> <%= f.label :uploaded_data, t("Choose a CSV file to upload:"), class: 'ic-Label' %> <%= f.file_field :uploaded_data, class: 'ic-Input' %> </div> <div class="ic-Form-actions"> <%= f.submit t("Upload Data"), class: "Button Button--primary" %> </div> <% end %> </div> </div>
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 new.html.erb
ERB
1.7 KB
2023-09-24 03:36
EDIT
📄 show.html.erb
ERB
5.6 KB
2023-09-24 03:36
EDIT