Redmine 4.1.1
This commit is contained in:
parent
33e7b881a5
commit
3d976f1b3b
1593 changed files with 36180 additions and 19489 deletions
5
app/views/my/blocks/_activity.html.erb
Normal file
5
app/views/my/blocks/_activity.html.erb
Normal file
|
@ -0,0 +1,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} %>
|
Loading…
Add table
Add a link
Reference in a new issue