Registration page text updates
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<h2>Tervetuloa osuuspuutarhan jäseneksi</h2>
|
<h2>Tervetuloa kauden 2023 tilaajaksi</h2>
|
||||||
|
|
||||||
<%= if @live_action == :new do %>
|
<%= if @live_action == :new do %>
|
||||||
<.modal return_to={Routes.order_registration_path(@socket, :index)}>
|
<.modal return_to={Routes.order_registration_path(@socket, :index)}>
|
||||||
@@ -15,7 +15,7 @@
|
|||||||
</.modal>
|
</.modal>
|
||||||
<% end %>
|
<% end %>
|
||||||
|
|
||||||
<h3>Tarjouksemme ovat seuraavat</h3>
|
<h3>Tuotamme luomuvihanneksia jäsenillemme seuraavaan hintaan:</h3>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Koko kausi, 17 laatikkoa <b>340€</b></li>
|
<li>Koko kausi, 17 laatikkoa <b>340€</b></li>
|
||||||
@@ -24,4 +24,8 @@
|
|||||||
<li>Viljely-yhteisö, vuosimaksu <b>50€</b>, laatikot 17€/kpl</li>
|
<li>Viljely-yhteisö, vuosimaksu <b>50€</b>, laatikot 17€/kpl</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
<p>Jos et ole vielä jäsen, voit liittyä mukaan kun teet tilauksen. Liittymismaksu on 50 euroa, joka maksetaan vain kerran.</p>
|
||||||
|
|
||||||
|
<p>Kysymykset ja muutokset osoitteeseen: <a href="mailto:livonsaaren.osuuspuutaha@gmail.com">livonsaaren.osuuspuutaha@gmail.com</a></p>
|
||||||
|
|
||||||
<%= button "Tilaa satolaatikko", method: :get, to: Routes.order_registration_path(@socket, :new) %>
|
<%= button "Tilaa satolaatikko", method: :get, to: Routes.order_registration_path(@socket, :new) %>
|
||||||
Reference in New Issue
Block a user