Change performer field usage according to the changes in schema.

This commit is contained in:
codevictory
2021-04-24 16:50:47 +03:00
parent be9d128564
commit 4d50936d49
6 changed files with 97 additions and 22 deletions

View File

@@ -4,7 +4,7 @@
<%= if performer.confirmed == true do %>
<article>
<h2><%= performer.fname %> <%= performer.lname %></h2>
<p><%= performer.notes %></p>
<p><%= performer.desc %></p>
</article>
<% end %>
<% end %>