Drop the popover thing for now in the statistics, in order to not confuse people
- Legacy-Id: 13263
This commit is contained in:
parent
8325ffa9de
commit
07c650428a
|
@ -3,5 +3,6 @@
|
|||
{{ n }}<br>
|
||||
{% endfor %}
|
||||
{% else %}
|
||||
<a class="popover-details" href="" data-elements="{% for n in names|slice:":20" %}{{ n }}{% if not forloop.last %}|{% endif %}{% endfor %}" data-sliced="{% if names|length > 20 %}1{% endif %}">{{ names|length }}</a>
|
||||
{# <a class="popover-details" href="" data-elements="{% for n in names|slice:":20" %}{{ n }}{% if not forloop.last %}|{% endif %}{% endfor %}" data-sliced="{% if names|length > 20 %}1{% endif %}">{{ names|length }}</a> #}
|
||||
{{ names|length }}
|
||||
{% endif %}
|
||||
|
|
Loading…
Reference in a new issue