mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-30 21:49:22 +00:00
18 lines
465 B
HTML
18 lines
465 B
HTML
<div class="hero-unit">
|
|
<div class="row">
|
|
<div id="event-header" class="bordered">
|
|
<h3><i class="icon-time"></i>
|
|
<%= item.event_date %>
|
|
-
|
|
<%= item.venue %>
|
|
::
|
|
<%= item.event_title %>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row event-content">
|
|
<%= item.event_description %>
|
|
</div>
|
|
</div>
|
|
|