summaryrefslogtreecommitdiffstats
path: root/app/views/projects/index.rhtml
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-08-27 14:05:54 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-08-27 14:05:54 +0000
commitb925325ddbd5fb594f20221dd724f7822ed4c3d3 (patch)
tree91e51c09bf06bbbe143ec0b530caad6bd9725448 /app/views/projects/index.rhtml
parent5b08b2f33d4072e2a41545637ef40365c3ef7ea4 (diff)
downloadredmine-b925325ddbd5fb594f20221dd724f7822ed4c3d3.tar.gz
redmine-b925325ddbd5fb594f20221dd724f7822ed4c3d3.zip
Refactor: extract ProjectsController#activity to a new Activities controller.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4047 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects/index.rhtml')
-rw-r--r--app/views/projects/index.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/index.rhtml b/app/views/projects/index.rhtml
index b4952e905..a2ba1c389 100644
--- a/app/views/projects/index.rhtml
+++ b/app/views/projects/index.rhtml
@@ -6,7 +6,7 @@
<%= link_to(l(:label_project_new), {:controller => 'projects', :action => 'add'}, :class => 'icon icon-add') + ' |' if User.current.allowed_to?(:add_project, nil, :global => true) %>
<%= link_to(l(:label_issue_view_all), { :controller => 'issues' }) + ' |' if User.current.allowed_to?(:view_issues, nil, :global => true) %>
<%= link_to(l(:label_overall_spent_time), { :controller => 'time_entries' }) + ' |' if User.current.allowed_to?(:view_time_entries, nil, :global => true) %>
- <%= link_to l(:label_overall_activity), { :controller => 'projects', :action => 'activity' }%>
+ <%= link_to l(:label_overall_activity), { :controller => 'activities', :action => 'index' }%>
</div>
<h2><%=l(:label_project_plural)%></h2>