<%= stylesheet_link_tag 'gmaps4rails' %>

Collaborative Spaces in Arizona

<%= link_to 'Add Space', new_space_path %> | <%= link_to 'JSON Feed', spaces_path("json") %>

<%= gmaps4rails(@json) %> <%= yield :scripts %>
<% @spaces.group_by{|s| s.category}.each do |category, spaces| %> <% spaces.each do |space| %> <% end %> <% end %>
Name Address Hours Phone Email 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?' } %>