Skip to content

Commit

Permalink
Fix colors on adj rank bar
Browse files Browse the repository at this point in the history
  • Loading branch information
philipbelesky committed May 31, 2020
1 parent 326a548 commit ecca4ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabbycat/adjfeedback/templates/overview_breakdowns.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

{% if threshold.count != 0 %}
{% widthratio threshold.count c_total 100 as c_percentage %}
<div class="progress-bar ranking-display rank-{{ threshold.class }}" role="progressbar"
<div class="progress-bar ranking-display ranking-{{ threshold.class }}" role="progressbar"
style="width: {{ c_percentage }}%;" data-toggle="tooltip"
title="{% blocktrans trimmed with min=threshold.min max=threshold.max percent=c_percentage|floatformat:"0" count count=threshold.count %}
{{ count }} adjudicator currently has a score equal to or above
Expand Down

0 comments on commit ecca4ea

Please sign in to comment.