mirror of
https://github.com/fergalmoran/dss.git
synced 2026-01-05 16:34:07 +00:00
18 lines
466 B
HTML
Executable File
18 lines
466 B
HTML
Executable File
<div class="hero-unit">
|
|
<div class="row">
|
|
<div id="event-header" class="bordered">
|
|
<h3><i class="fa fa-time"></i>
|
|
<%= item.event_date %>
|
|
-
|
|
<%= item.venue %>
|
|
::
|
|
<%= item.event_title %>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
<div class="row event-content">
|
|
<%= item.event_description %>
|
|
</div>
|
|
</div>
|
|
|