blob: 40f43559fc071472ff4833afd4b6756217093aa6 (
plain)
1
2
3
4
5
|
<h3><%= link_to l(:label_activity), :controller => 'activities',
:action => 'index', :id => nil, :user_id => User.current,
:from => events_by_day.keys.first %></h3>
<%= render :partial => 'activities/activities', :locals => {:events_by_day => events_by_day} %>
|