Number: <%=h @location.number %>

Street: <%=h @location.street %>

City: <%=h @location.city %>

Zip: <%=h @location.zip %>

Url: <%=h @location.url %>

Customer: <%=h @location.customer_id %>

<%= link_to 'Edit', edit_location_path(@location) %> | <%= link_to 'Back', customer_locations_path(@location.customer_id) %>