Sha256: 06609919b7019d97119b28729ec1a329602faa44dbd491ecafee294dc494b6c7

Contents?: true

Size: 369 Bytes

Versions: 8

Compression:

Stored size: 369 Bytes

Contents

<%- unless details.one_day? %>
<%= render :partial => 'events/multi_day_list_event', :object => 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

8 entries across 8 versions & 1 rubygems

Version Path
event_calendar_engine-0.2.7 app/views/events/_details.html.erb
event_calendar_engine-0.2.6 app/views/events/_details.html.erb
event_calendar_engine-0.2.5 app/views/events/_details.html.erb
event_calendar_engine-0.2.4 app/views/events/_details.html.erb
event_calendar_engine-0.2.3 app/views/events/_details.html.erb
event_calendar_engine-0.2.2 app/views/events/_details.html.erb
event_calendar_engine-0.2.1 app/views/events/_details.html.erb
event_calendar_engine-0.2.0 app/views/events/_details.html.erb