aboutsummaryrefslogtreecommitdiffstats
path: root/templates/rrs/base_toplevel.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/rrs/base_toplevel.html')
-rw-r--r--templates/rrs/base_toplevel.html12
1 files changed, 11 insertions, 1 deletions
diff --git a/templates/rrs/base_toplevel.html b/templates/rrs/base_toplevel.html
index e22684b497..47bc71900f 100644
--- a/templates/rrs/base_toplevel.html
+++ b/templates/rrs/base_toplevel.html
@@ -131,7 +131,17 @@
{% endif %}
Maintainer statistics</a>
</li>
- </ul>
+
+ {% if this_url_name == 'rrs_stats' %}
+ <li class="active">
+ <a href="#">
+ {% else %}
+ <li>
+ <a href="{% url 'rrs_stats' maintplan_name release_name milestone_name %}">
+ {% endif %}
+ Charts</a>
+ </li>
+ </ul>
{% endblock %}
{% block content_inner %}{% endblock %}