This commit is contained in:
Stella Rouzi 2014-07-21 13:10:16 +00:00
commit 59ed523e73
6 changed files with 39 additions and 35 deletions

View file

@ -32,8 +32,8 @@
= link_to(admin_conference_registrations_path(@conference.short_title)) do
%span.glyphicon.glyphicon-user
Registrations
%li{class: active_nav_li(admin_conference_schedule_path(@conference.short_title))}
= link_to(admin_conference_schedule_path(@conference.short_title), target: '_blank') do
%li{class: active_nav_li(conference_schedule_path(@conference.short_title))}
= link_to(conference_schedule_path(@conference.short_title), target: '_blank') do
%span.glyphicon.glyphicon-calendar
Schedule
%li{class: active_nav_li(admin_conference_campaigns_path(@conference.short_title))}