aboutsummaryrefslogtreecommitdiffstats
path: root/servo/templates/stats/newstats.html
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2016-03-21 19:14:11 +0200
committerFilipp Lepalaan <filipp@mac.com>2016-03-21 19:14:11 +0200
commitf30d6d73513a5535cae4d97ee2cc85f01660750c (patch)
tree4536e266855a08965b6acef0fd4f90d7c23659a2 /servo/templates/stats/newstats.html
parent367aba3c306a49cb8f8e16b34625f51396e3aacf (diff)
downloadServo-f30d6d73513a5535cae4d97ee2cc85f01660750c.tar.gz
Servo-f30d6d73513a5535cae4d97ee2cc85f01660750c.tar.bz2
Servo-f30d6d73513a5535cae4d97ee2cc85f01660750c.zip
Adding device stats
Diffstat (limited to 'servo/templates/stats/newstats.html')
-rw-r--r--servo/templates/stats/newstats.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/stats/newstats.html b/servo/templates/stats/newstats.html
index 1900efc..325ab10 100644
--- a/servo/templates/stats/newstats.html
+++ b/servo/templates/stats/newstats.html
@@ -11,6 +11,7 @@
<li class="active"><a href="{% url 'stats-repairs' %}">{% trans "Repairs" %}</a></li>
<li><a href="{% url 'stats-statuses' %}">{% trans "Statuses" %}</a></li>
<li><a href="{% url 'stats-sales' %}">{% trans "Sales" %}</a></li>
+ <li><a href="{% url 'stats-devices' %}">{% trans "Devices" %}</a></li>
{% endblock tabs %}
</ul>