Sha256: 800b26d77687f79d76e1d7ff17bb4b33f871aa709319a9dde637b50c18d9dd3a
Contents?: true
Size: 900 Bytes
Versions: 14
Compression:
Stored size: 900 Bytes
Contents
<p class="zoom"> <strong>Date:</strong> <%= event_details.date %> <%- if event_details.one_day? -%> <br /> <strong>Time:</strong> <%= event_times(event_details) %> <%- end -%> </p> <% unless event_details.presenters.blank? %> <p class="zoom"> <strong>Presenters</strong><br> <%= textilize_without_paragraph event_details.presenters %> </p> <% end %> <% unless event_details.facilitators.blank? %> <p class="zoom"> <strong>Facilitators</strong><br> <%= textilize_without_paragraph event_details.facilitators %> </p> <% end %> <% unless event_details.location.blank? %> <p class="zoom"> <strong>Location</strong><br> <%= textilize_without_paragraph event_details.location %> </p> <% end %> <% unless event_details.description.blank? %> <p class="zoom"> <strong>Description/Other Details</strong><br> <%= textilize_without_paragraph event_details.description %> </p> <% end %>
Version data entries
14 entries across 14 versions & 1 rubygems