From 6b3adeea664d0780bfa6b3b20a30391dceafe9c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Wed, 3 Jan 2024 17:38:32 +0200 Subject: [PATCH] Rearrange offering select dropdown --- .../live/order_live/form_component.html.heex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex index a48a623..031f132 100644 --- a/lib/osuuspuutarha_web/live/order_live/form_component.html.heex +++ b/lib/osuuspuutarha_web/live/order_live/form_component.html.heex @@ -14,12 +14,12 @@ :order_type, [ "Koko kausi": :full, - "Joka toinen viikko": :everyother, - "Elotilaus": :elo, - "Viljely-yhteisö": :community, "Koko kausi (pikkuboksi)": :full_pikku, + "Joka toinen viikko": :everyother, "Joka toinen viikko (pikkuboksi)": :everyother_pikku, + "Elotilaus": :elo, "Elotilaus (pikkuboksi)": :elo_pikku, + "Viljely-yhteisö": :community, "Viljely-yhteisö (pikkuboksi)": :community_pikku ], prompt: "Ei valintaa"