Sha256: 0761f484876383c438f7fdd16faf796bbf31efdd9cf94d2bf0906835775203a5
Contents?: true
Size: 1.14 KB
Versions: 5
Compression:
Stored size: 1.14 KB
Contents
- no_date ||= false - 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 = 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 = event.event_venue.address - elsif event.location %span.location = event.location - unless repeating = event.description_paragraph
Version data entries
5 entries across 5 versions & 1 rubygems