Listing locations

<% @locations.each do |location| %>

<%= location.name %>

<% end %>

<%= link_to 'New location', new_location_path %>