diff --git a/app/views/cities/show.html.erb b/app/views/cities/show.html.erb
index d65a696..fd9c7b8 100644
--- a/app/views/cities/show.html.erb
+++ b/app/views/cities/show.html.erb
@@ -65,6 +65,10 @@
<%= render 'shared/map', city: @city %>
+
+ <%= render 'shared/auto_ad' %>
+
+
<%= render 'cities/admin_panel' %>
diff --git a/app/views/shared/_auto_ad.html.erb b/app/views/shared/_auto_ad.html.erb
new file mode 100644
index 0000000..f852aae
--- /dev/null
+++ b/app/views/shared/_auto_ad.html.erb
@@ -0,0 +1,10 @@
+
+
+
\ No newline at end of file