Correction of the digest template (#8992)

This commit is contained in:
Charles-Henri Decultot 2017-05-24 12:59:42 +02:00 committed by Nabin Hait
parent 8fac45a885
commit 032374e76e

View File

@ -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>