mirror of
https://github.com/fergalmoran/dss.git
synced 2026-02-03 06:35:31 +00:00
19 lines
465 B
HTML
19 lines
465 B
HTML
<div class="hero-unit">
|
|
<div class="row">
|
|
<div id="event-header">
|
|
<h3><i class="icon-time"></i>
|
|
<%= item.event_date %>
|
|
::
|
|
<%= item.event_title %>
|
|
-
|
|
<%= item.venue %>
|
|
-
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<%= item.event_description %>
|
|
</div>
|
|
</div>
|
|
|