mirror of
https://github.com/tabler/tabler.git
synced 2026-08-10 05:12:28 +04:00
Fix some typos
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
<tr>
|
||||
<td><span class="avatar" style="background-image: url({{ site.base }}/{{ site.data.users[16].photo }})"></span></td>
|
||||
<td>{{ site.data.users[16].name }} {{ site.data.users[16].surname }}</td>
|
||||
<td>Left sidebar adjusments</td>
|
||||
<td>Left sidebar adjustments</td>
|
||||
<td class="text-nowrap">April 15, 2018</td>
|
||||
<td><a href="#" class="icon"><i class="fe fe-trash"></i></a></td>
|
||||
</tr>
|
||||
@@ -54,4 +54,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% include js-charts.html id="chart-development-activity" data="development-activity" %}
|
||||
{% include js-charts.html id="chart-development-activity" data="development-activity" %}
|
||||
|
||||
+3
-3
@@ -45,7 +45,7 @@ menu: interface.cards
|
||||
{% include cards/card.html title="With additional fullscreen button" show-fullscreen=true %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% include cards/card.html title="Pannel with custom buttons" show-buttons=true %}
|
||||
{% include cards/card.html title="Panel with custom buttons" show-buttons=true %}
|
||||
</div>
|
||||
<div class="col-lg-6">
|
||||
{% include cards/card.html title="Card with search form" show-form=true %}
|
||||
@@ -54,7 +54,7 @@ menu: interface.cards
|
||||
{% include cards/card.html title="Card with alert" alert="Adding action was successful" %}
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4">
|
||||
{% include cards/card.html title="Card with alert" alert="Adding action was failed" alert-type="danger" %}
|
||||
{% include cards/card.html title="Card with alert" alert="Adding action failed" alert-type="danger" %}
|
||||
</div>
|
||||
<div class="col-lg-6 col-xl-4">
|
||||
{% include cards/card.html title="Card with switch" show-switch=true %}
|
||||
@@ -63,4 +63,4 @@ menu: interface.cards
|
||||
{% include cards/card.html title="Card with loader" show-loader=true %}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user