You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there are no upcoming events (like today, last Webmontag was yesterday, no upcoming events are registered), there are some errors with the next_event object.
This affects two files:
shared/content/_event_box.slim:
.event-box-inner
h3
=I18n.t('events.next.title', locale: locale)
.event-date
a href="events/#{next_event.date}"
If there are no upcoming events (like today, last Webmontag was yesterday, no upcoming events are registered), there are some errors with the
next_event
object.This affects two files:
shared/content/_event_box.slim
:shared/index/_intro.slim
:For no, I just checked for presence on every occurrence, maybe we should do that somewhat prettier.
The text was updated successfully, but these errors were encountered: