<%= notice %>
Title: <%= @restaurant.title %>
Categories: <%= @restaurant.restaurant_categories.map(&:name).join(', ') %>
Favorite dish: <%= @restaurant.favorite_dish %>
Neighborhood: <%= @restaurant.neighborhood %>
Address: <%= render 'addresses/preview', :address => @restaurant.address %>
Url: <%= @restaurant.url %>
User: <%= @restaurant.user %>
Comment url: <%= @restaurant.comment_url %>
<%= link_to 'Edit', edit_restaurant_path(@restaurant) %> | <%= link_to 'Back', restaurants_path %>