Show Performance
-
Time:
<%= @performance.time %>
-
Description:
<%= @performance.description %>
-
Notes:
<%= @performance.notes %>
<%= link "Edit", to: Routes.performance_path(@conn, :edit, @performance) %>
<%= link "Back", to: Routes.performance_path(@conn, :index) %>