mirror of
https://github.com/tabler/tabler.git
synced 2026-07-26 04:54:40 +04:00
10 lines
371 B
HTML
10 lines
371 B
HTML
<div class="card">
|
|
<div class="card-body p-2 text-center">
|
|
<div class="text-right {% if include.percentage > 0 %}text-green{% elsif include.percentage < 0 %}text-red{% endif %}">
|
|
{% include ui/trending.html value=include.percentage %}
|
|
</div>
|
|
<div class="h1 m-0">{{ include.number }}</div>
|
|
<div class="text-muted mb-4">{{ include.title }}</div>
|
|
</div>
|
|
</div>
|