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