Sha256: df761fe99ac40c60f8770df53bb1668d419c527654879f73dd7a9cfc6df5f33a
Contents?: true
Size: 1.5 KB
Versions: 2
Compression:
Stored size: 1.5 KB
Contents
- no_date ||= false - @seen_events ||= [] - if event - event_master_id = event.master_id || event.id - repeating = true if @seen_events[event_master_id] - @seen_events[event_master_id] = true; - cssclass = event.calendar ? "event #{event.calendar.slug}" : "event" %div{:class => cssclass} - unless no_date .datemark .mon= event.short_month .dom= event.mday_padded .summary %h2 - if event.url = link_to event.title, event.url, :class => 'title' - else = event.title = link_to t('event_calendar_extension.download_event'), event_url(event, :format => :ics), :class => 'ical download' - unless event.facebook_id.blank? = link_to t('event_calendar_extension.view_on_facebook'), event.facebook_url, :class => 'facebook event' = render :partial => 'events/keywords', :locals => {:event => event} %p.practicalities %span.date = event.summarize_start - if event.event_venue %span.location = t('event_page.at') - if event.event_venue.url = link_to event.event_venue.title, event.event_venue.url, :class => 'location' - else = event.event_venue.title - if event.event_venue.address %br = event.event_venue.address - elsif event.location %span.location = event.location - unless repeating = event.description_paragraph
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radiant-event_calendar-extension-1.5.1 | app/views/events/_event.html.haml |
radiant-event_calendar-extension-1.5.0 | app/views/events/_event.html.haml |