remove duplicate section dropdown

fixes CNVS-22349

Test plan

0. In a course with sections navigate to the gradebook.
1. Confirm that there is a sections dropdown on the right.
2. Confirm there is NOT a sections dropdown on the left.

Change-Id: Ib0419fbf7cfd78be87277b487a9b1080ab22329f
Reviewed-on: https://gerrit.instructure.com/60656
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
QA-Review: Jason Carter <jcarter@instructure.com>
Product-Review: Matt Fairbourn <mfairbourn@instructure.com>
This commit is contained in:
Strand McCutchen 2015-08-12 13:12:28 -07:00 committed by Matt Fairbourn
parent 7a261cbeef
commit 153be42401
1 changed files with 0 additions and 3 deletions

View File

@ -60,9 +60,6 @@
<div class="assignment-gradebook-container hidden">
<div id="gradebook-toolbar" class="toolbar">
<div class="gradebook_dropdowns">
<% if !@context.feature_enabled?(:outcome_gradebook) && !@context.feature_enabled?(:post_grades)%>
<span class="section-button-placeholder"></span>
<% end %>
<% if multiple_grading_periods? %>
<span class="multiple-grading-periods-selector-placeholder"></span>
<% end %>