New location
<%= link_to '« Cancel and go back', locations_path %>
<% form_for(@location) do |f| %> <%= f.error_messages %> <%= render :partial => "form", :locals => { :f => f } -%>
<%= f.submit "Create" %>
<% end %>