From 2607ba5637637b32421a8b04895c148b3482208f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Veikko=20Lintuj=C3=A4rvi?= Date: Sat, 18 Mar 2023 22:50:21 +0200 Subject: [PATCH] Registration page touch up --- .../live/order_live/registration.html.heex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/osuuspuutarha_web/live/order_live/registration.html.heex b/lib/osuuspuutarha_web/live/order_live/registration.html.heex index 7e4bc13..e5c3dd7 100644 --- a/lib/osuuspuutarha_web/live/order_live/registration.html.heex +++ b/lib/osuuspuutarha_web/live/order_live/registration.html.heex @@ -14,13 +14,13 @@ <% end %> -

Tarjouksemme ovat seuraavat

+

Tarjouksemme ovat seuraavat

-

Voit lähteä mukaan alla olevasta linkistä

-<%= link "Tilaa satolaatikko", to: Routes.order_registration_path(@socket, :new) %> \ No newline at end of file +<%= button "Tilaa satolaatikko", method: :get, to: Routes.order_registration_path(@socket, :new) %> \ No newline at end of file