1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 16:36:15 +00:00

rm hyperlink of traffic in user info popup

This commit is contained in:
lian
2016-05-17 15:10:31 +08:00
parent 4e0a5c5e05
commit 3aad5fdbdf

View File

@@ -16,7 +16,7 @@
</div>
{% if SHOW_TRAFFIC and TRAFFIC_STATS_ENABLED %}
<a class="item" href="http://www.seafile.com/{% if LANGUAGE_CODE != 'zh-cn' %}en/{% endif %}help/traffic/" target="_blank" id="traffic-stat">{% trans "Traffic this month:" %} {{ traffic_stat|filesizeformat }}</a>
<div class="item" id="traffic-stat">{% trans "Traffic this month:" %} {{ traffic_stat|filesizeformat }}</div>
{% endif %}
{% if ENABLE_PAYMENT %}