Statistics: Add .csv download

This commit is contained in:
rubenwardy
2022-11-08 18:47:28 +00:00
parent 5fc603682d
commit 20bf16abbf
4 changed files with 33 additions and 4 deletions

View File

@@ -206,7 +206,7 @@
<span class="count">{{ _("Issue Tracker") }}</span>
</a>
{% endif %}
<a class="btn" href="{{ package.getURL('packages.stats') }}">
<a class="btn" href="{{ package.getURL('packages.statistics') }}">
<i class="fas fa-chart-line"></i>
<span class="count">{{ _("Statistics") }}</span>
</a>