1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-29 14:34:37 +04:00

buttons clean

This commit is contained in:
codecalm
2019-12-15 23:22:58 +01:00
parent 2f3ab82323
commit 28b02a31a9
4 changed files with 9 additions and 46 deletions
+2
View File
@@ -3,6 +3,8 @@
{% if include.menu-layout != 'vertical' %}
{% include_cached layout/navbar-logo.html class="mr-4" %}
{% else %}
{% include_cached layout/navbar-search.html class="mr-4" %}
{% endif %}
<ul class="nav navbar-menu align-items-center ml-auto">
@@ -17,7 +17,7 @@
</div>
{% elsif actions == 'buttons' %}
<span class="d-none d-sm-inline">
{% include_cached ui/button.html text="New view" color="secondary" icon="plus" %}
{% include_cached ui/button.html text="New view" color="secondary" icon="home" %}
</span>
{% include_cached ui/button.html text="Create new report" color="primary" class="ml-3" %}
{% endif %}