aboutsummaryrefslogtreecommitdiffstats
path: root/public/admin/view/template/extension/dashboard/customer_info.twig
blob: 8dbfe4f97fd66eca84420ca55c299bae686afd72 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="tile tile-primary">
  <div class="tile-heading">{{ heading_title }} <span class="pull-right">
    {% if percentage > 0 %}
    <i class="fa fa-caret-up"></i>
    {% elseif percentage < 0 %}
    <i class="fa fa-caret-down"></i>
    {% endif %}
    {{ percentage }}%</span></div>
  <div class="tile-body"><i class="fa fa-user"></i>
    <h2 class="pull-right">{{ total }}</h2>
  </div>
  <div class="tile-footer"><a href="{{ customer }}">{{ text_view }}</a></div>
</div>