diff --git a/app/views/layouts/_admin_sidebar.html.haml b/app/views/layouts/_admin_sidebar.html.haml
index 4aece61a..11cebd56 100644
--- a/app/views/layouts/_admin_sidebar.html.haml
+++ b/app/views/layouts/_admin_sidebar.html.haml
@@ -15,10 +15,10 @@
%span.glyphicon.glyphicon-cog
Manage
= conference.short_title
- %li
- = link_to(new_admin_conference_path) do
- %span.glyphicon.glyphicon-plus
- New Conference
+ %li
+ = link_to(new_admin_conference_path) do
+ %span.glyphicon.glyphicon-plus
+ New Conference
%hr
%li{:class=> active_nav_li(admin_conference_registrations_path(@conference.short_title))}
= link_to(admin_conference_registrations_path(@conference.short_title)) do
diff --git a/app/views/layouts/_admin_sidebar_index.html.haml b/app/views/layouts/_admin_sidebar_index.html.haml
index 6d18d7c5..a8c3807b 100644
--- a/app/views/layouts/_admin_sidebar_index.html.haml
+++ b/app/views/layouts/_admin_sidebar_index.html.haml
@@ -15,10 +15,10 @@
%span.glyphicon.glyphicon-cog
Manage
= conference.short_title
- %li
- = link_to(new_admin_conference_path) do
- %span.glyphicon.glyphicon-plus
- New Conference
+ %li
+ = link_to(new_admin_conference_path) do
+ %span.glyphicon.glyphicon-plus
+ New Conference
%hr
%li
= link_to(admin_users_path) do