Merge pull request #19163 from edx/schen/EDUCATOR-3582-comments
Take away the comments column on grade override modal dialog
This commit is contained in:
@@ -21,7 +21,6 @@
|
||||
<th><%- strLib.studentNameHeading %></th>
|
||||
<th id="auto-grade-header"></th>
|
||||
<th id="adjusted-grade-header"></th>
|
||||
<th><%- strLib.commentHeading %></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% _.each(studentsData, function(student){ %>
|
||||
@@ -32,9 +31,6 @@
|
||||
<td class="user-adjusted-grade" data-username="<%- student.username %>">
|
||||
<input type=text>/<span></span>
|
||||
</td>
|
||||
<td class="user-grade-comment" data-username="<%- student.username %>">
|
||||
<textarea></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<% }) %>
|
||||
</tbody>
|
||||
|
||||
Reference in New Issue
Block a user