AUTOGEN: Performances.

This commit is contained in:
codevictory
2021-03-30 22:50:21 +03:00
parent adacd91591
commit 1ae7c26b5a
12 changed files with 450 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
<h1>Show Performance</h1>
<ul>
<li>
<strong>Time:</strong>
<%= @performance.time %>
</li>
<li>
<strong>Description:</strong>
<%= @performance.description %>
</li>
<li>
<strong>Notes:</strong>
<%= @performance.notes %>
</li>
</ul>
<span><%= link "Edit", to: Routes.performance_path(@conn, :edit, @performance) %></span>
<span><%= link "Back", to: Routes.performance_path(@conn, :index) %></span>