Sha256: d33f01edaf443d7d182f266ca67e175f42d796f9bc5d4d7796d61aa6253e1dc4
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 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 .summary %h2 - if event.url = link_to event.title, event.url, :class => 'title' - else = event.title - event.attached_tags.each do |tag| %span.tag = tag.name %p.practicalities = event.summarize_start - if event.event_venue at - if event.event_venue.url = link_to event.event_venue.title, event.event_venue.url - else = event.event_venue.title = event.event_venue.address - elsif event.location = event.location - unless repeating = event.description_paragraph
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
radiant-event_calendar-extension-1.1.0 | app/views/events/_event.html.haml |