Schedule Management

Manage Description
<%= link_to "Tracks", :controller => 'admin/con/tracks', :con_id => @current_conference.id %> Define conference tracks. Tracks have a date and a location at the venue.
<%= link_to "Submitted Presentations", :controller => 'admin/con/submissions', :con_id => @current_conference.id %> Review all presentation submissions for this conference.
<%= link_to "Scheduled Sessions", :controller => 'admin/con/scheduled_sessions', :con_id => @current_conference.id %> Manage the scheduled conference sessions.