aboutsummaryrefslogtreecommitdiff
path: root/pkg/tpl/random.templ
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-08 18:48:55 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2024-10-08 18:48:55 +0300
commita20e2ace25c363658d59346358339011fe8ef934 (patch)
tree0783fc116b2fdcc6928eb82eea63b2073fef2651 /pkg/tpl/random.templ
parente849e705c30cceec3cf7336a21bed96c8a911e90 (diff)
Фикс стилейHEADmaster
Diffstat (limited to 'pkg/tpl/random.templ')
-rw-r--r--pkg/tpl/random.templ3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tpl/random.templ b/pkg/tpl/random.templ
index 2d25a03..d0dd7a0 100644
--- a/pkg/tpl/random.templ
+++ b/pkg/tpl/random.templ
@@ -22,12 +22,11 @@ templ Random(quotes []model.Quote) {
hx-get="/random"
hx-swap="outerHTML"
hx-select="#random"
- hx-target="#random"
hx-indicator="#loader"
>
Загрузить ещё...
</a>
- <span aria-busy="true" id="loader" class="htmx-indicator">Загрузка...</span>
</div>
+ <span aria-busy="true" id="loader" class="htmx-indicator">Загрузка...</span>
}
}