diff options
| author | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 11:08:15 +0200 |
|---|---|---|
| committer | Karan Jayachandra <karan.jayachandra@nxp.com> | 2024-10-16 11:08:15 +0200 |
| commit | d304a470e5a9fae6fc0c8975f050cb7aa290f74a (patch) | |
| tree | 2918384d92c63e6bbe3d3fa642317fa1ab96ac07 /templates/player.j2 | |
| parent | 600b6afff3066d5fc9c4eca659f969322e670a77 (diff) | |
First working version with history
Diffstat (limited to 'templates/player.j2')
| -rw-r--r-- | templates/player.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/player.j2 b/templates/player.j2 index 68bea2a..d0f42c6 100644 --- a/templates/player.j2 +++ b/templates/player.j2 @@ -1,4 +1,4 @@ -<button class={% if status %} "button is-success" {% else %} "button is-danger" {% endif %} +<button class={% if status %} "button is-success is-large" {% else %} "button is-danger is-large" {% endif %} hx-post="{{ "/player-toggle/" ~ id}}" hx-trigger="click" hx-swap="outerHTML"> |
