2013-01-07 09:04:09 +01:00
|
|
|
.well.sidebar-nav
|
|
|
|
|
%ul.nav.nav-list
|
2013-06-27 16:58:20 +02:00
|
|
|
%li.nav-header
|
|
|
|
|
=@conference.short_title
|
|
|
|
|
Settings
|
2013-01-07 09:04:09 +01:00
|
|
|
- if activated == "Conference"
|
|
|
|
|
%li.active= link_to "Conference", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Conference", admin_conference_path(@conference.short_title)
|
2013-02-02 16:43:47 +01:00
|
|
|
- if activated == "Levels"
|
|
|
|
|
%li.active= link_to "Supporter Levels", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Supporter Levels", admin_conference_supporter_levels_path(@conference.short_title)
|
2013-01-07 09:04:09 +01:00
|
|
|
- if activated == "Call for Papers"
|
|
|
|
|
%li.active= link_to "Call for Papers", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Call for Papers", admin_conference_cfp_info_path(@conference.short_title)
|
|
|
|
|
- if activated == "Venue"
|
|
|
|
|
%li.active= link_to "Venue", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Venue", admin_conference_venue_info_path(@conference.short_title)
|
|
|
|
|
- if activated == "Rooms"
|
|
|
|
|
%li.active= link_to "Rooms", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Rooms", admin_conference_rooms_list_path(@conference.short_title)
|
|
|
|
|
- if activated == "Tracks"
|
|
|
|
|
%li.active= link_to "Tracks", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Tracks", admin_conference_tracks_list_path(@conference.short_title)
|
|
|
|
|
- if activated == "Event Types"
|
|
|
|
|
%li.active= link_to "Event Types", "#"
|
|
|
|
|
- else
|
2013-01-14 08:49:49 +01:00
|
|
|
%li= link_to "Event Types", admin_conference_eventtype_list_path(@conference.short_title)
|
2013-02-16 13:30:53 +01:00
|
|
|
- if activated == "Social Events"
|
|
|
|
|
%li.active= link_to "Social Events", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Social Events", admin_conference_social_events_path(@conference.short_title)
|
2013-01-14 08:49:49 +01:00
|
|
|
- if activated == "Emails"
|
|
|
|
|
%li.active= link_to "Emails", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Emails", admin_conference_email_settings_path(@conference.short_title)
|
2013-02-02 16:43:47 +01:00
|
|
|
- if activated == "Diet"
|
|
|
|
|
%li.active= link_to "Dietary Choices", "#"
|
|
|
|
|
- else
|
|
|
|
|
%li= link_to "Dietary Choices", admin_conference_dietary_list_path(@conference.short_title)
|
|
|
|
|
|