summaryrefslogtreecommitdiff
path: root/app/views/layouts
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/layouts')
-rw-r--r--app/views/layouts/admin.html.erb3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/layouts/admin.html.erb b/app/views/layouts/admin.html.erb
index 79b13801..fb7d6da5 100644
--- a/app/views/layouts/admin.html.erb
+++ b/app/views/layouts/admin.html.erb
@@ -25,9 +25,6 @@
25 <div id="main_navigation"> 25 <div id="main_navigation">
26 <%= render :partial => 'admin/menu' if current_user %> 26 <%= render :partial => 'admin/menu' if current_user %>
27 </div> 27 </div>
28 <div id="sub_navigation">
29 <%= yield :subnavigation %>
30 </div>
31 </div> 28 </div>
32 <div class="admin_content_spacer"></div> 29 <div class="admin_content_spacer"></div>
33 <% if flash[:notice].present? || flash[:error].present? %> 30 <% if flash[:notice].present? || flash[:error].present? %>