mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-20 02:48:51 +00:00
rm hyperlink of traffic in user info popup
This commit is contained in:
@@ -16,7 +16,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if SHOW_TRAFFIC and TRAFFIC_STATS_ENABLED %}
|
{% 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 %}
|
{% endif %}
|
||||||
|
|
||||||
{% if ENABLE_PAYMENT %}
|
{% if ENABLE_PAYMENT %}
|
||||||
|
Reference in New Issue
Block a user