diff --git a/app/views/layouts/_admin_header.html.erb b/app/views/layouts/_admin_header.html.erb
new file mode 100644
index 000000000..b88dcded4
--- /dev/null
+++ b/app/views/layouts/_admin_header.html.erb
@@ -0,0 +1,50 @@
+<%= t("layouts.header.open_city") %>
+ <%= t("layouts.header.open_city_slogan") %>
+ <%= link_to t("layouts.header.see_all_debates"), debates_path, class: 'button radius' %>
+
<%= notice %>