summaryrefslogtreecommitdiffstats
path: root/app/views/projects
diff options
context:
space:
mode:
authorEric Davis <edavis@littlestreamsoftware.com>2010-10-05 16:07:17 +0000
committerEric Davis <edavis@littlestreamsoftware.com>2010-10-05 16:07:17 +0000
commite13790c62c800a5b6d9528b5e2db2aad2c5e3710 (patch)
tree7be0ed076c62d3267a0f7839e07a6fcec011e533 /app/views/projects
parenta034172b24cde31bac0f18b842db8c76cfb80bb1 (diff)
downloadredmine-e13790c62c800a5b6d9528b5e2db2aad2c5e3710.tar.gz
redmine-e13790c62c800a5b6d9528b5e2db2aad2c5e3710.zip
Refactor: extract TimelogController#report to a new controller class
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4232 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r--app/views/projects/show.rhtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml
index cf3814b77..80e45adf0 100644
--- a/app/views/projects/show.rhtml
+++ b/app/views/projects/show.rhtml
@@ -68,7 +68,7 @@
<h3><%= l(:label_spent_time) %></h3>
<p><span class="icon icon-time"><%= l_hours(@total_hours) %></span></p>
<p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'details', :project_id => @project}) %> |
- <%= link_to(l(:label_report), {:controller => 'timelog', :action => 'report', :project_id => @project}) %></p>
+ <%= link_to(l(:label_report), {:controller => 'time_entry_reports', :action => 'report', :project_id => @project}) %></p>
<% end %>
<%= call_hook(:view_projects_show_sidebar_bottom, :project => @project) %>
<% end %>