aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/layouts/application.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts/application.html.erb')
-rw-r--r--app/views/layouts/application.html.erb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
index 43e0863..6f3b70c 100644
--- a/app/views/layouts/application.html.erb
+++ b/app/views/layouts/application.html.erb
@@ -11,6 +11,7 @@
</header>
<section id="page">
<%= render 'common/left_sidebar' %>
+ <%= render :partial => 'refinery/banners/shared/banners' %>
<%= yield %>
<%= render 'common/right_sidebar' %>
</section>