mirror of
https://github.com/tabler/tabler.git
synced 2026-08-26 04:44:26 +04:00
modals
This commit is contained in:
@@ -26,7 +26,9 @@
|
||||
<span class="d-none d-sm-inline">
|
||||
{% include ui/button.html text="New view" color="secondary" %}
|
||||
</span>
|
||||
{% include ui/button.html icon="plus" text="Create new report" color="primary" class="ml-3 d-none d-sm-inline-block" %}
|
||||
{% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" text="Create new report" %}
|
||||
{% include ui/button.html icon="plus" text="Create new report" color="primary" class="ml-3 d-none d-sm-inline-block" modal-id="report" %}
|
||||
{% include ui/button.html icon="plus" icon-only=true color="primary" class="ml-3 d-sm-none" text="Create new report" modal-id="report" %}
|
||||
{% endif %}
|
||||
|
||||
{% include ui/modal.html modal-id="report" size="lg" top=true %}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user