From 23005fd9cc20b3f3174eb99515aece028f3e2efe Mon Sep 17 00:00:00 2001 From: codevictory Date: Sun, 9 May 2021 21:03:05 +0300 Subject: [PATCH] Rename css class text -> main. --- lib/runosaari_web/templates/page/covid19.html.eex | 2 +- lib/runosaari_web/templates/page/index.html.eex | 2 +- lib/runosaari_web/templates/page/info.html.eex | 2 +- lib/runosaari_web/templates/performance/index.html.eex | 2 +- lib/runosaari_web/templates/performer/index.html.eex | 2 +- lib/runosaari_web/templates/performer/new.html.eex | 2 +- lib/runosaari_web/templates/visitor/confirmation.html.eex | 2 +- lib/runosaari_web/templates/visitor/new.html.eex | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) 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)) %>