Improving schedule markup.

This commit is contained in:
codevictory
2021-04-25 01:00:14 +03:00
parent b987f2c49e
commit b10d4209ba
2 changed files with 6 additions and 17 deletions

View File

@@ -3,8 +3,8 @@
<%= for performer <- @performers do %>
<%= if performer.confirmed == true do %>
<article>
<h2><%= performer.fname %> <%= performer.lname %></h2>
<p><%= performer.desc %></p>
<h2><%= performer.fname %> <%= performer.lname %></h2>
<p><%= performer.desc %></p>
</article>
<% end %>
<% end %>