Use correct id with safety on mobile.
This commit is contained in:
@@ -31,7 +31,7 @@
|
|||||||
<%= link "Ohjelma", to: "#{Routes.performance_path(@conn, :index)}#calendar-start" %>
|
<%= link "Ohjelma", to: "#{Routes.performance_path(@conn, :index)}#calendar-start" %>
|
||||||
<%= link "Esiintyjät", to: "#{Routes.performer_path(@conn, :index)}#performers-start" %>
|
<%= link "Esiintyjät", to: "#{Routes.performer_path(@conn, :index)}#performers-start" %>
|
||||||
<%= link "Info", to: "#{Routes.info_path(@conn, :index )}#contact-start" %>
|
<%= link "Info", to: "#{Routes.info_path(@conn, :index )}#contact-start" %>
|
||||||
<%= link "Turvallisuus", to: "#{Routes.page_path(@conn, :safety)}#covid-start" %>
|
<%= link "Turvallisuus", to: "#{Routes.page_path(@conn, :safety)}#safety-start" %>
|
||||||
<%= link "Ilmoittautuminen", to: "#{Routes.visitor_path(@conn, :new)}#registration-start" %>
|
<%= link "Ilmoittautuminen", to: "#{Routes.visitor_path(@conn, :new)}#registration-start" %>
|
||||||
</nav>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<section class="main">
|
<section class="main">
|
||||||
<h1 id="safety">Turvallisemman tilan periaatteet</h1>
|
<h1 id="safety-start">Turvallisemman tilan periaatteet</h1>
|
||||||
<p>
|
<p>
|
||||||
Runosaaren tapahtumissa noudatetaan turvallisemman tilan periaatteita.
|
Runosaaren tapahtumissa noudatetaan turvallisemman tilan periaatteita.
|
||||||
Pyrimme tapahtumissamme turvaamaan näiden periaatteiden toteutumisen
|
Pyrimme tapahtumissamme turvaamaan näiden periaatteiden toteutumisen
|
||||||
|
|||||||
Reference in New Issue
Block a user