_event.rhtml 200 Bytes Edit Raw Blame History 1 2 3 4 5 6 <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>