Sha256: ad080efbfcc0bc6b09af65ee2d0935238b114044aa3ae5bfe4b0f00eb693c1f1

Contents?: true

Size: 369 Bytes

Versions: 6

Compression:

Stored size: 369 Bytes

Contents

<p><%= event_details_link(details) %></p>
<%- unless details.one_day? %>
<%= event_abbrev_date(details) %>
<%= textilize(details.location) %>
<%= textilize(details.description) %>
<%- else -%>
<div class="span-6">
<%= textilize(details.location) %>
<%= textilize(details.description) %>
</div>

<div class="span-6 last">
  <%= event_times(details) %>
</div>
<%- end -%>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
event_calendar_engine-0.2.15 app/views/events/_details.html.erb
event_calendar_engine-0.2.14 app/views/events/_details.html.erb
event_calendar_engine-0.2.13 app/views/events/_details.html.erb
event_calendar_engine-0.2.11 app/views/events/_details.html.erb
event_calendar_engine-0.2.10 app/views/events/_details.html.erb
event_calendar_engine-0.2.8 app/views/events/_details.html.erb