diff --git a/app/views/layouts/_admin_sidebar.html.haml b/app/views/layouts/_admin_sidebar.html.haml index 3f573ef7..7e7c238d 100644 --- a/app/views/layouts/_admin_sidebar.html.haml +++ b/app/views/layouts/_admin_sidebar.html.haml @@ -31,7 +31,7 @@ %li{class: active_nav_li(admin_conference_schedule_path(@conference.short_title))} = link_to(admin_conference_schedule_path(@conference.short_title), target: '_blank') do %span.glyphicon.glyphicon-calendar - Shedule + Schedule %hr %li{:class=> "#{active_nav_li(edit_admin_conference_path(@conference.short_title))} nav-header"} = link_to(edit_admin_conference_path(@conference.short_title)) do