diff --git a/lib/runosaari_web/templates/performance/index.html.eex b/lib/runosaari_web/templates/performance/index.html.eex index fb37123..3d68164 100644 --- a/lib/runosaari_web/templates/performance/index.html.eex +++ b/lib/runosaari_web/templates/performance/index.html.eex @@ -1,20 +1,9 @@

Ohjelma

- - - - - - - - <%= for performance <- @performances do %> - - - - +
+

<%= performance.name %>

+

<%= performance.desc %>

+
<% end %> - -
NimiSeloste
<%= performance.name %><%= performance.desc %>
- <%= link "Hallinta", to: Routes.admin_performance_path(@conn, :admin) %> diff --git a/lib/runosaari_web/templates/performer/index.html.eex b/lib/runosaari_web/templates/performer/index.html.eex index ad04791..871bca6 100644 --- a/lib/runosaari_web/templates/performer/index.html.eex +++ b/lib/runosaari_web/templates/performer/index.html.eex @@ -3,8 +3,8 @@ <%= for performer <- @performers do %> <%= if performer.confirmed == true do %>
-

<%= performer.fname %> <%= performer.lname %>

-

<%= performer.desc %>

+

<%= performer.fname %> <%= performer.lname %>

+

<%= performer.desc %>

<% end %> <% end %>