diff --git a/resources/templates/components/a-button.html b/resources/templates/components/a-button.html index c746750c..60387939 100644 --- a/resources/templates/components/a-button.html +++ b/resources/templates/components/a-button.html @@ -1 +1,9 @@ -{% if indicator %}{% include "templates/components/spinner.html" %}Loading...{% endif %}{{ body|safe }} + + {% if indicator %} + + {% include "templates/components/spinner.html" %} + Loading... + + {% endif %} + {{ body|safe }} + diff --git a/resources/templates/components/a-icon-button.html b/resources/templates/components/a-icon-button.html index 9265f2a5..051b9dd2 100644 --- a/resources/templates/components/a-icon-button.html +++ b/resources/templates/components/a-icon-button.html @@ -1 +1,3 @@ -{{ body|safe }} + + {{ body|safe }} + diff --git a/resources/templates/components/badge.html b/resources/templates/components/badge.html index cc8a6630..b7c977d3 100644 --- a/resources/templates/components/badge.html +++ b/resources/templates/components/badge.html @@ -1 +1,2 @@ -
{{ errors_str }}