File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717< article class ="content-detail-icon{% if icon_name %} content-detail-icon--has-icon{% endif %}{% if badge_count %} content-detail-icon--has-badge{% endif %} ">
1818 {% if badge_count %}
1919 < div class ="content-detail-icon__badge-slot ">
20- {% include "v3/includes/_count_badge.html" with value=badge_count size="small" %}
20+ {% include "v3/includes/_count_badge.html" with value=badge_count %}
2121 </ div >
2222 {% elif icon_name %}
2323 < div class ="content-detail-icon__icon " aria-hidden ="true ">
Original file line number Diff line number Diff line change 88 {% include "v3/includes/_count_badge.html" with value=count size="small" %}
99{% endcomment %}
1010{% load number_filters %}
11- < span class ="count-badge{% if size == 'small' %} count-badge--small{% elif size == 'large' %} count-badge--large{% endif %} "> {{ value|compact_number }}</ span >
11+ < span class ="count-badge {% if size == 'small' %}count-badge--small{% elif size == 'large' %}count-badge--large{% endif %} "> {{ value|compact_number }}</ span >
You can’t perform that action at this time.
0 commit comments