Skip to content
Snippets Groups Projects
Commit e3682e56 authored by Jon Richter's avatar Jon Richter
Browse files

iterate on the previous

parent 300e43ef
No related branches found
No related tags found
1 merge request!22attempt correcting display of overlapping events
......@@ -10,5 +10,5 @@
- @unscheduled_events.each do |event|
- if event.time_slots = nil
%li.unscheduled-event{ :id => "event_#{event.id}",
:"data-update-url" => schedule_update_event_path(:id => event.id),
:"data-update-url" => schedule_update_event_path(:id => event.id) }
= link_to event.title, "#"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment