diff options
author | Filipp Lepalaan <filipp@mac.com> | 2016-03-21 19:14:11 +0200 |
---|---|---|
committer | Filipp Lepalaan <filipp@mac.com> | 2016-03-21 19:14:11 +0200 |
commit | f30d6d73513a5535cae4d97ee2cc85f01660750c (patch) | |
tree | 4536e266855a08965b6acef0fd4f90d7c23659a2 /servo/templates/stats/index.html | |
parent | 367aba3c306a49cb8f8e16b34625f51396e3aacf (diff) | |
download | Servo-f30d6d73513a5535cae4d97ee2cc85f01660750c.tar.gz Servo-f30d6d73513a5535cae4d97ee2cc85f01660750c.tar.bz2 Servo-f30d6d73513a5535cae4d97ee2cc85f01660750c.zip |
Adding device stats
Diffstat (limited to 'servo/templates/stats/index.html')
-rwxr-xr-x | servo/templates/stats/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servo/templates/stats/index.html b/servo/templates/stats/index.html index 2edc57d..90c0ed9 100755 --- a/servo/templates/stats/index.html +++ b/servo/templates/stats/index.html @@ -11,6 +11,7 @@ <li><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> |