<% # 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 . %> <% provide :page_title, t('Gradebook - %{context_name}', context_name: @context.name) add_body_class "gradebook full-width" @show_left_side = true @collapse_course_menu = true @show_embedded_chat = false css_bundle :slickgrid, :gradebook js_bundle :gradebook %> <% unless @current_user.try(:prefers_no_keyboard_shortcuts?) %>
<% end %>

<%= t('Gradebook') %>

<%= link_to t('Warning: For improved accessibility, please click here to use the Individual View Gradebook.'), context_url(@context, :change_gradebook_version_context_gradebook_url, :version => "srgb"), :id => "accessibility_warning", :class => "screenreader-only" %>
<% unless @current_user.try(:prefers_no_keyboard_shortcuts?) %> <% end %> <% if multiple_assignment_groups? %>
<% end %> <% if grading_periods? %>
<% end %> <% if visible_modules? %>
<% end %> <% if multiple_sections? %>
<% end %> <% if student_groups? %>
<% end %>
<% placeholder = t('Search…') %>
<%= render :partial => "shared/message_students" %> <%= render :partial => 'submissions/submission_download' %>