diff --git a/app/views/venues/show.html.erb b/app/views/venues/show.html.erb
index 3fc6f2d..cc27b35 100644
--- a/app/views/venues/show.html.erb
+++ b/app/views/venues/show.html.erb
@@ -1,174 +1,107 @@
-
-
-
-
-
+
+
+
+
+
+ <%= @venue.name %>
+
+ <% if @venue.neighborhood.present? %>
+
+ <%= @venue.neighborhood.name %>,
+ <%= @venue.neighborhood.city %>,
+ <%= @venue.neighborhood.state %>
+
+ <% end %>
+
+
-
-
-
- -
- Bookmarks
-
+
- <% @venue.bookmarks.each do |bookmark| %>
- -
-
- <%= bookmark.notes %>
-
-
+
+ -
+ Dishes you loved here
- <% end %>
- -
-
-
-
+
-
-
-
-
-
-
-
-
- -
- Specialties
-
+ -
+ Popular dishes here
+
- <% @venue.specialties.each do |dish| %>
- -
-
- <%= dish.name %>
-
-
-
- <% end %>
-
+
+ <% end %>
+
+
+
+
-
\ No newline at end of file
+