Repository URL to install this package:
Version:
0.5.1 ▾
|
<h1>Upcoming Events</h1>
<%= render @upcoming_events %>
<h1>Archives</h1>
<ul>
<% @event_archive_months.each do |month| %>
<li>
<%= link_to "#{month.fullname} (#{month.count})",
archive_events_path(month.year, month.month) %>
</li>
<% end %>
</ul>