mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
26 lines
2.2 KiB
Text
26 lines
2.2 KiB
Text
.well.sidebar-nav
|
|
%ul.nav.nav-pills.nav-stacked
|
|
%li{:class=> active_nav_li(admin_conference_path(@conference.short_title))}
|
|
= link_to "Conference", admin_conference_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_venue_info_path(@conference.short_title))}
|
|
= link_to "Venue", admin_conference_venue_info_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_callforpapers_path(@conference.short_title))}
|
|
= link_to "Call for Papers", admin_conference_callforpapers_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_rooms_path(@conference.short_title))}
|
|
= link_to "Rooms", admin_conference_rooms_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_tracks_path(@conference.short_title))}
|
|
= link_to "Tracks", admin_conference_tracks_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_eventtypes_path(@conference.short_title))}
|
|
= link_to "Event Types", admin_conference_eventtypes_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_difficulty_levels_path(@conference.short_title))}
|
|
= link_to "Difficulty Levels", admin_conference_difficulty_levels_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_social_events_path(@conference.short_title))}
|
|
= link_to "Social Events", admin_conference_social_events_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_supporter_levels_path(@conference.short_title))}
|
|
= link_to "Supporter Levels", admin_conference_supporter_levels_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_emails_path(@conference.short_title))}
|
|
= link_to "Emails", admin_conference_emails_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_questions_path(@conference.short_title))}
|
|
= link_to "Questions", admin_conference_questions_path(@conference.short_title)
|
|
%li{:class=> active_nav_li(admin_conference_volunteers_info_path(@conference.short_title))}
|
|
= link_to "Volunteers", admin_conference_volunteers_info_path(@conference.short_title)
|