%= stylesheet_link_tag 'gmaps4rails' %>
<%= link_to 'Add Space', new_space_path %> | <%= link_to 'JSON Feed', spaces_path("json") %>
<%= gmaps4rails(@json) %> <%= yield :scripts %>Name | Address | Hours | Phone | Website | Description | ||||
---|---|---|---|---|---|---|---|---|---|
• <%= category.titleize.pluralize %> | |||||||||
<%= space.name %> | <%= space.full_address %> | <%= space.hours %> | <%= space.phone %> | <%= space.email %> | <%= space.website %> | <%= space.description %> | <%= link_to 'Show', space %> | <%= link_to 'Edit', edit_space_path(space) %> | <%= link_to 'Destroy', space, method: :delete, data: { confirm: 'Are you sure?' } %> |