mirror of
https://github.com/tabler/tabler.git
synced 2026-08-11 13:52:21 +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>
|
||||
|
||||
+2
-2
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user