<% if in_cart %>
<% else %>
" data-crn="<%= section.crn %>" onclick="addOrRemoveFromSchedule(event, this)">
<%= "#{section.name}" %>: <%= section.title %>
<%= section.location %>
<%= link_to section.instructor.name, instructor_path(section.instructor) %>
<%= "#{section.days}, #{section.start_time}-#{section.end_time}" %>
<% end %>