mirror of
https://github.com/tabler/tabler.git
synced 2026-07-29 14:34:37 +04:00
buttons clean
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user