mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
14 lines
609 B
HTML
14 lines
609 B
HTML
<div class="btn-list">
|
|
<span class="d-none d-sm-inline">
|
|
{% if layout-navbar-overlap and layout-navbar-dark %}
|
|
{% include "ui/button.html" text="New view" color="dark" %}
|
|
{% else %}
|
|
{% include "ui/button.html" text="New view" %}
|
|
{% endif %}
|
|
</span>
|
|
{% include "ui/button.html" icon="plus" text="Create new report" color="primary" class="d-none d-sm-inline-block" modal-id="report" %}
|
|
{% include "ui/button.html" icon="plus" icon-only=true color="primary" class="d-sm-none" text="Create new report" modal-id="report" %}
|
|
</div>
|
|
|
|
{% include "ui/modal.html" modal-id="report" size="lg" top=true %}
|