Removed pile of not needed performer information.

This commit is contained in:
codevictory
2021-05-16 20:50:10 +03:00
parent ca0712d0c6
commit e456641811
6 changed files with 44 additions and 127 deletions

View File

@@ -5,7 +5,7 @@
<i>Lisätietoja tulossa myöhemmin!</i>
<% end %>
<%= for performer <- @performers do %>
<h2><%= performer.fname %> <%= performer.lname %></h2>
<h2><%= performer.name %></h2>
<p><%= performer.desc %></p>
<% end %>