1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-11 13:52:21 +04:00

Merge pull request #28 from altern8tif/altern8tif-patch-1

Update typo in demo pages
This commit is contained in:
Paweł Kuna
2018-04-04 09:20:51 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ menu: index
{% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %} {% include cards/chart.html height=12 title="Chart title" id="chart-pie" data="pie" %}
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="28%" %} {% include cards/digit.html color="red" title="New feedback" digit="62" width="28%" %}
</div> </div>
<div class="col-sm-4"> <div class="col-sm-4">
{% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %} {% include cards/digit.html color="green" title="Today profit" digit="$652" width="84%" %}
@@ -116,4 +116,4 @@ menu: index
{% include cards/invoices.html %} {% include cards/invoices.html %}
</div> </div>
</div> </div>
</div> </div>
+1 -1
View File
@@ -139,7 +139,7 @@ menu: cards
{% include cards/client.html %} {% include cards/client.html %}
{% include cards/digit.html %} {% include cards/digit.html %}
<div class="row row-deck"> <div class="row row-deck">
<div class="col-6">{% include cards/digit.html color="red" title="New fedbacks" digit="62" width="34%" %}</div> <div class="col-6">{% include cards/digit.html color="red" title="New feedback" digit="62" width="34%" %}</div>
<div class="col-6">{% include cards/digit.html color="green" title="Users online" digit="76" width="32%" %}</div> <div class="col-6">{% include cards/digit.html color="green" title="Users online" digit="76" width="32%" %}</div>
</div> </div>
{% include cards/digit.html color="yellow" title="Profit for this month" digit="$65,256" width="85%" %} {% include cards/digit.html color="yellow" title="Profit for this month" digit="$65,256" width="85%" %}