Skip to content

Commit 07c6504

Browse files
committed
Drop the popover thing for now in the statistics, in order to not confuse people
- Legacy-Id: 13263
1 parent 8325ffa commit 07c6504

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ietf/templates/stats/includes/number_with_details_cell.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
{{ n }}<br>
44
{% endfor %}
55
{% else %}
6-
<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>
6+
{# <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> #}
7+
{{ names|length }}
78
{% endif %}

0 commit comments

Comments
 (0)