From e2fb292b40475c8c009bb99ae96e8bc9284709e9 Mon Sep 17 00:00:00 2001 From: James Mason Date: Tue, 3 Jun 2014 08:03:11 -0700 Subject: [PATCH] s/shedule/schedule/ --- app/views/layouts/_admin_sidebar.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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