Skip to content
Snippets Groups Projects
Commit b215657d authored by Arnaud Levy's avatar Arnaud Levy
Browse files

fix

parent b140ae07
No related branches found
No related tags found
No related merge requests found
......@@ -26,15 +26,15 @@ class Communication::Block::Template::Agenda < Communication::Block::Template::B
# (not very elegant though)
case time
when 'future_or_present'
return events.future_or_present
events.future_or_present
when 'future'
return events.future
events.future
when 'present'
return events.present
events.present
when 'archive'
return events.archive
events.archive
else
return events
events
end
end
......
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