Styles shared between pages.

This commit is contained in:
codevictory
2021-04-28 19:19:13 +03:00
parent a096ad07a2
commit 5faac423bf
6 changed files with 49 additions and 45 deletions

View File

@@ -1,8 +1,8 @@
<h1 id="calendar-start">Ohjelma</h1>
<section class=text>
<h1 id="calendar-start">Ohjelma</h1>
<%= for performance <- @performances do %>
<h2><%= performance.name %></h2>
<p><%= performance.desc %></p>
<% end %>
</section>
<span><%= link "Hallinta", to: Routes.admin_performance_path(@conn, :admin) %></span>
</section>