course_grade_cutoff.underscore 271 Bytes
Newer Older
Awais Jibran committed
1 2 3 4 5
<li class="grade-specific-bar" style="width:<%- width %>%">
    <span class="letter-grade" contenteditable="<%- contenteditable %>"><%- descriptor %></span>
    <span class="range"></span>
  <% if (removable) {%><a href="#" class="remove-button">remove</a><% ;} %>
</li>