Listing events
<%= render :partial => "events/info" %>
<%= render :partial => "events/list", :locals => { :edit_event => nil, :f => nil, :show => true } %>
| <%= link_to 'Add', new_event_path %> |
Go to <%= link_to 'Dashboard', root_path %>, <%= link_to 'Recurring events', recurring_events_path %>