Sha256: 831f0ef3b167b1d09b664872d13b176fe1ed3e94fb8871bd37f333c790a76393

Contents?: true

Size: 893 Bytes

Versions: 14

Compression:

Stored size: 893 Bytes

Contents

- include_stylesheet 'admin/event_calendar_dashboard'

#coming_events.dashboard_module
  - events = Event.future_and_current.limited_to(8)
  .header
    %h2
      = t('event_admin.dashboard.coming_events')
  .blockcontent
    - if events.any?
      - events.each do |event|
        .event
          .datemark
            .mon= event.short_month
            .dom= event.mday_padded
          .summary
            %h3
              = link_to event.title, edit_admin_event_url(event), :class => 'title'
            %p.minor
              = event.summarize_start
              - if event.event_venue
                = t('event_page.at')
                = link_to event.event_venue.title, edit_admin_event_venue_url(event.event_venue), :class => 'location'
              - elsif event.location
                = event.location
    - else
      %p.minor
        =t('dashboard_extension.no_show')
  

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
radiant-event_calendar-extension-1.5.6 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.5.5 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.5.4 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.5.3 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.5.1 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.5.0 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.14 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.12 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.10 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.9 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.8 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.7 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.6 app/views/admin/dashboard/_coming_events.html.haml
radiant-event_calendar-extension-1.4.5 app/views/admin/dashboard/_coming_events.html.haml