diff --git a/pages/_docs/form-elements.md b/pages/_docs/form-elements.md index 95566705c2fe04a1e8d5cb42867fd372f97d9cee..34d5b53bd493e32496b33d9f7b6590a43f069cb6 100644 --- a/pages/_docs/form-elements.md +++ b/pages/_docs/form-elements.md @@ -129,7 +129,7 @@ bootstrap-link: components/forms/
- + diff --git a/pages/_includes/forms/form-elements-1.html b/pages/_includes/forms/form-elements-1.html index addd06123c1fba969c431c452859d6a57bbef181..ab803a231cff46c8132e1bd06b21cf689d2c5b63 100644 --- a/pages/_includes/forms/form-elements-1.html +++ b/pages/_includes/forms/form-elements-1.html @@ -31,7 +31,7 @@
- + @@ -58,7 +58,7 @@
- +
? diff --git a/pages/_includes/layout/page-title-actions.html b/pages/_includes/layout/page-title-actions.html index c99e20a15d19d15d3ddfb95013ebe366df793846..9aca6a8a99697f8501847c793b7b95e22a10f5de 100644 --- a/pages/_includes/layout/page-title-actions.html +++ b/pages/_includes/layout/page-title-actions.html @@ -4,7 +4,7 @@
{% if actions == 'users' %}
- + {% include ui/button.html text="New user" color="primary" icon="plus" %}
{% elsif actions == 'calendar' %} diff --git a/pages/_includes/parts/input-icon-separated.html b/pages/_includes/parts/input-icon-separated.html index 187440c919547c3de32e0b7dd6ceb63cfd12901f..c8844f533e6b2d95d0f1f4041733e714af0cc5f6 100644 --- a/pages/_includes/parts/input-icon-separated.html +++ b/pages/_includes/parts/input-icon-separated.html @@ -2,7 +2,7 @@
- +
{% include ui/button.html icon="search" icon-only=true color="secondary" %} diff --git a/pages/_includes/parts/input-icon.html b/pages/_includes/parts/input-icon.html index 443755d42ed52a37055032a2dd3c3c95e38eb828..615faf56d041c64f5a15f83f85e054c58e287236 100644 --- a/pages/_includes/parts/input-icon.html +++ b/pages/_includes/parts/input-icon.html @@ -6,6 +6,6 @@
- {% include ui/form/input-icon.html loader=true class="mb-3" %} - {% include ui/form/input-icon.html loader=true class="mb-3" icon="user" prepend=true placeholder="Username" %} + {% include ui/form/input-icon.html loader=true class="mb-3" placeholder="Loading…" %} + {% include ui/form/input-icon.html loader=true class="mb-3" icon="user" prepend=true placeholder="Loading…" %}
\ No newline at end of file diff --git a/pages/_includes/parts/nav/nav-aside.html b/pages/_includes/parts/nav/nav-aside.html index 8d921ced9c194947a2d2f210770374a9c4f4d454..6865dea6104b2ea3b732ff2bdee2596f9e96db82 100644 --- a/pages/_includes/parts/nav/nav-aside.html +++ b/pages/_includes/parts/nav/nav-aside.html @@ -51,7 +51,7 @@ - +
diff --git a/pages/_includes/redirect.html b/pages/_includes/redirect.html index 4e523f21b579a044d2fd6b613db53e6f659b5191..e4c5479cf1f0ce741538991790f4b55240f0aadf 100644 --- a/pages/_includes/redirect.html +++ b/pages/_includes/redirect.html @@ -1,7 +1,7 @@ -Redirecting… +Redirecting… diff --git a/pages/_includes/ui/form/input-icon.html b/pages/_includes/ui/form/input-icon.html index 8e9b410a5bba15f0ab851744ae88da76c9a78fdd..cb0cfc414abbbd736ff93361c3ce565374806492 100644 --- a/pages/_includes/ui/form/input-icon.html +++ b/pages/_includes/ui/form/input-icon.html @@ -16,7 +16,7 @@ {{ addon }} {% endif %} - + {% unless include.prepend %} {{ addon }} diff --git a/pages/_includes/ui/form/textarea-autosize.html b/pages/_includes/ui/form/textarea-autosize.html index b772d21822d52687257b4fe97795c46b7dbcc01b..8e81edf39188334494c317e160c34de612fdc3e3 100644 --- a/pages/_includes/ui/form/textarea-autosize.html +++ b/pages/_includes/ui/form/textarea-autosize.html @@ -1,6 +1,6 @@ {% append_lib autosize %} - + {% capture_once scripts %}