Show Location
-
Name:
<%= @location.name %>
-
Address:
<%= @location.address %>
-
Reserved seats:
<%= @location.reserved_seats %>
-
Max seats:
<%= @location.max_seats %>
-
Description:
<%= @location.description %>
<%= link "Edit", to: Routes.admin_location_path(@conn, :edit, @location) %>
<%= link "Back", to: Routes.location_path(@conn, :index) %>