diff --git a/lib/runosaari_web/templates/page/covid19.html.eex b/lib/runosaari_web/templates/page/covid19.html.eex index 779fab0..c287980 100644 --- a/lib/runosaari_web/templates/page/covid19.html.eex +++ b/lib/runosaari_web/templates/page/covid19.html.eex @@ -1,4 +1,4 @@ -
+

Covid-19-lauseke

Järjestämme tilaisuuden voimassa olevien säädösten ja ohjeiden mukaan. diff --git a/lib/runosaari_web/templates/page/index.html.eex b/lib/runosaari_web/templates/page/index.html.eex index 9359c0e..efafc72 100644 --- a/lib/runosaari_web/templates/page/index.html.eex +++ b/lib/runosaari_web/templates/page/index.html.eex @@ -12,7 +12,7 @@

@Sanna Hukkanen
-
+

Runosaari 2021

+

Info

[Tietoja päivitetään]

diff --git a/lib/runosaari_web/templates/performance/index.html.eex b/lib/runosaari_web/templates/performance/index.html.eex index 13d0939..42ec6ec 100644 --- a/lib/runosaari_web/templates/performance/index.html.eex +++ b/lib/runosaari_web/templates/performance/index.html.eex @@ -1,4 +1,4 @@ -

+

Ohjelma

[Tietoja päivitetään] <%= for performance <- @performances do %> diff --git a/lib/runosaari_web/templates/performer/index.html.eex b/lib/runosaari_web/templates/performer/index.html.eex index 7082002..9302b46 100644 --- a/lib/runosaari_web/templates/performer/index.html.eex +++ b/lib/runosaari_web/templates/performer/index.html.eex @@ -1,4 +1,4 @@ -
+

Esiintyjät

<%= if length(@performers) == 0 do %> diff --git a/lib/runosaari_web/templates/performer/new.html.eex b/lib/runosaari_web/templates/performer/new.html.eex index 0f49bbd..482169d 100644 --- a/lib/runosaari_web/templates/performer/new.html.eex +++ b/lib/runosaari_web/templates/performer/new.html.eex @@ -1,4 +1,4 @@ -
+

Ilmoittaudu

<%= render "form.html", Map.put(assigns, :action, Routes.admin_performer_path(@conn, :create)) %> diff --git a/lib/runosaari_web/templates/visitor/confirmation.html.eex b/lib/runosaari_web/templates/visitor/confirmation.html.eex index 95fd04b..ba64181 100644 --- a/lib/runosaari_web/templates/visitor/confirmation.html.eex +++ b/lib/runosaari_web/templates/visitor/confirmation.html.eex @@ -1,4 +1,4 @@ -
+

Ilmoittautumisesi on rekisteröity.

Tervetuloa mukaan!

Tapahtuman järjestäjät ovat teihin yhteydessä sähköpostilla tarpeen mukaan.

diff --git a/lib/runosaari_web/templates/visitor/new.html.eex b/lib/runosaari_web/templates/visitor/new.html.eex index 68e8003..9179466 100644 --- a/lib/runosaari_web/templates/visitor/new.html.eex +++ b/lib/runosaari_web/templates/visitor/new.html.eex @@ -1,4 +1,4 @@ -
+

Ilmoittaudu vierailijaksi

<%= render "form.html", Map.put(assigns, :action, Routes.visitor_path(@conn, :create)) %>