_event.rhtml 196 Bytes
<li>
  <strong><%= link_to(event.title, event.url, :class => icon_for_article(event)) %></strong>
  <div class="item_meta">
    <%= show_period(event.start_date, event.end_date) %>
  </div>
</li>