| Name | Address | Reserved seats | Max seats | Description | |
|---|---|---|---|---|---|
| <%= location.name %> | <%= location.address %> | <%= location.reserved_seats %> | <%= location.max_seats %> | <%= location.description %> | <%= link "Show", to: Routes.location_path(@conn, :show, location) %> <%= link "Edit", to: Routes.location_path(@conn, :edit, location) %> <%= link "Delete", to: Routes.location_path(@conn, :delete, location), method: :delete, data: [confirm: "Are you sure?"] %> |