s/shedule/schedule/

This commit is contained in:
James Mason 2014-06-03 08:03:11 -07:00
parent e78974a3aa
commit e2fb292b40

View file

@ -31,7 +31,7 @@
%li{class: active_nav_li(admin_conference_schedule_path(@conference.short_title))} %li{class: active_nav_li(admin_conference_schedule_path(@conference.short_title))}
= link_to(admin_conference_schedule_path(@conference.short_title), target: '_blank') do = link_to(admin_conference_schedule_path(@conference.short_title), target: '_blank') do
%span.glyphicon.glyphicon-calendar %span.glyphicon.glyphicon-calendar
Shedule Schedule
%hr %hr
%li{:class=> "#{active_nav_li(edit_admin_conference_path(@conference.short_title))} nav-header"} %li{:class=> "#{active_nav_li(edit_admin_conference_path(@conference.short_title))} nav-header"}
= link_to(edit_admin_conference_path(@conference.short_title)) do = link_to(edit_admin_conference_path(@conference.short_title)) do