Correction of the digest template (#8992)
This commit is contained in:
parent
8fac45a885
commit
032374e76e
@ -1,6 +1,6 @@
|
||||
{% macro show_card(card) %}
|
||||
<div style="width: 50%; float:left; min-height: 80px; padding-top: 20px;">
|
||||
<h6 style="color: {{ text_muted }}; font-size: 12px; margin-bottom: 0px; margin-top: 0px;">{{ card.label }}
|
||||
<h6 style="color: {{ text_muted }}; font-size: 12px; margin-bottom: 0px; margin-top: 0px;">{{ _(card.label) }}
|
||||
{% if card.count %}
|
||||
<span class="badge">({{ card.count }})</span>
|
||||
{% endif %}</h6>
|
||||
|
Loading…
Reference in New Issue
Block a user