We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bab840b commit a4081eeCopy full SHA for a4081ee
leaderboard.html
@@ -12,7 +12,7 @@ <h3>️{% if event.title != "Code Hackathon" %}{{ event.title }} {% endif %}{{ e
12
<li class="list-group-item d-flex justify-content-between align-items-center">
13
<span class="badge {% if forloop.index == 1 %}badge-warning text-dark{% else %}badge-dark{% endif %}">{{ forloop.index }}</span>
14
{% if forloop.index == 1 %} 👑 {% endif %}{{ winner.name }}
15
- <span class="badge badge-dark">{{ winner.class }}</span>
+ <span class="badge badge-dark">{{ winner.class | default: "–" }}</span>
16
</li>
17
{% endfor %}
18
</ul>
0 commit comments