Update performace code accordingly.

This commit is contained in:
codevictory
2021-04-25 00:09:55 +03:00
parent 377a864f11
commit f8858deefb
5 changed files with 15 additions and 34 deletions

View File

@@ -4,17 +4,12 @@
<li>
<strong>Time:</strong>
<%= @performance.time %>
<%= @performance.name %>
</li>
<li>
<strong>Description:</strong>
<%= @performance.description %>
</li>
<li>
<strong>Notes:</strong>
<%= @performance.notes %>
<%= @performance.desc %>
</li>
</ul>