Sha256: 07fe5fc415c81c7253eeafc6e88542bba7c81f66718b68ca33757d2c2ec3f8be
Contents?: true
Size: 576 Bytes
Versions: 8
Compression:
Stored size: 576 Bytes
Contents
<p> <strong><%= event_details.name %></strong><br/> <em><%= event_details.event_type %></em> </p> <p> <strong>When:</strong> <%= event_details.start_on %> <% if event_details.end_on %> - <%= event_details.end_on %> <% end %> </p> <% unless event_details.location.blank? %> <p> <strong>Where:</strong><br/> <%= textilize_without_paragraph event_details.location %> </p> <% end %> <% unless event_details.description.blank? %> <p> <strong>Description/Other Details:</strong> <%= textilize_without_paragraph event_details.description %> </p> <% end %>
Version data entries
8 entries across 8 versions & 1 rubygems