Skip to content

Commit

Permalink
Add link to Scoreboard v2 to competition view
Browse files Browse the repository at this point in the history
  • Loading branch information
rudis committed Sep 15, 2023
1 parent 8887b07 commit 834fc0d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ctf_gameserver/web/scoring/templates/competition_nav.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{% load i18n %}
{% load static %}

{% comment %}
Horizontal 'nav-pill' navigation for pages from the "competition" category of the main navigation.
Expand All @@ -14,6 +15,9 @@
<li class="{% if active == 'scoreboard' %}active{% endif %}">
<a href="{% url 'scoreboard' %}">{% trans 'Scoreboard' %}</a>
</li>
<li>
<a href="{% static 'scoreboard-v2' %}">{% trans 'Scoreboard v2 (experimental)' %}</a>
</li>
<li class="{% if active == 'service_status' %}active{% endif %}">
<a href="{% url 'service_status' %}">{% trans 'Service status' %}</a>
</li>
Expand Down

0 comments on commit 834fc0d

Please sign in to comment.