mirror of
https://github.com/tabler/tabler.git
synced 2026-07-27 13:34:37 +04:00
single page fixes
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
<div class="empty-action">
|
||||
{% assign button-text = include.button-text | default: "Search again" %}
|
||||
{% assign button-icon = include.button-icon | default: "search" %}
|
||||
{% include ui/button.html text=button-text color="primary" icon=button-icon href="index.html" %}
|
||||
{% include ui/button.html text=button-text color="primary" icon=button-icon href="." %}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="input-group{% if include.class %} {{ include.class }}{% endif %}">
|
||||
<div class="input-group{% if include.flat %} input-group-flat{% endif %}{% if include.class %} {{ include.class }}{% endif %}">
|
||||
{% if include.prepend %}
|
||||
<div class="input-group-prepend">
|
||||
<span class="input-group-text">
|
||||
|
||||
Reference in New Issue
Block a user