| Time | Description | Notes | |
|---|---|---|---|
| <%= performance.time %> | <%= performance.description %> | <%= performance.notes %> | <%= link "Show", to: Routes.performance_path(@conn, :show, performance) %> <%= link "Edit", to: Routes.admin_performance_path(@conn, :edit, performance) %> <%= link "Delete", to: Routes.admin_performance_path(@conn, :delete, performance), method: :delete, data: [confirm: "Are you sure?"] %> |