Sha256: 4302a22541f660df019fc576468f6d22244d08c718de9832c46a1f1745f197a9

Contents?: true

Size: 175 Bytes

Versions: 2

Compression:

Stored size: 175 Bytes

Contents

#coming_events.dashboard_module
  %h2
    = t('coming_events')
  %table
    = render :partial => 'admin/events/event', :collection => Event.future_and_current.limited_to(8)
  

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.4.2 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.1 app/views/admin/dashboard/_coming_events.html.haml