2013-01-07 09:04:09 +01:00
|
|
|
.well.sidebar-nav
|
2014-03-17 16:36:32 +01:00
|
|
|
%ul.nav.nav-pills.nav-stacked
|
|
|
|
|
%li{:class=> active_nav_li(admin_conference_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.conference'), admin_conference_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_venue_info_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.venue'), admin_conference_venue_info_path(@conference.short_title)
|
2014-04-28 20:52:02 +02:00
|
|
|
%li{:class=> active_nav_li(admin_conference_callforpapers_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.cfp'), admin_conference_callforpapers_path(@conference.short_title)
|
2014-04-28 19:58:49 +02:00
|
|
|
%li{:class=> active_nav_li(admin_conference_rooms_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.rooms'), admin_conference_rooms_path(@conference.short_title)
|
2014-04-28 20:01:20 +02:00
|
|
|
%li{:class=> active_nav_li(admin_conference_tracks_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.tracks'), admin_conference_tracks_path(@conference.short_title)
|
2014-04-30 10:47:33 +02:00
|
|
|
%li{:class=> active_nav_li(admin_conference_eventtypes_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.event_types'), admin_conference_eventtypes_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_difficulty_levels_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.difficulty_levels'), admin_conference_difficulty_levels_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_social_events_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.social_events'), admin_conference_social_events_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_supporter_levels_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.supporter_levels'), admin_conference_supporter_levels_path(@conference.short_title)
|
2014-04-28 20:31:44 +02:00
|
|
|
%li{:class=> active_nav_li(admin_conference_emails_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.emails'), admin_conference_emails_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_questions_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.questions'), admin_conference_questions_path(@conference.short_title)
|
2014-03-17 16:36:32 +01:00
|
|
|
%li{:class=> active_nav_li(admin_conference_volunteers_info_path(@conference.short_title))}
|
2014-05-19 13:17:32 +03:00
|
|
|
= link_to t('.volunteers'), admin_conference_volunteers_info_path(@conference.short_title)
|