diff options
author | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-06 18:23:45 +0000 |
---|---|---|
committer | Eric Davis <edavis@littlestreamsoftware.com> | 2010-10-06 18:23:45 +0000 |
commit | 2ecca7e4df96cba3fe5ab75997ca179cd62968f8 (patch) | |
tree | 460a880a724dad450f262b175fb54fb89ff5e573 /app/views/projects | |
parent | c43ef6e7696e1f9684099a7a19d3b71b42ac5a06 (diff) | |
download | redmine-2ecca7e4df96cba3fe5ab75997ca179cd62968f8.tar.gz redmine-2ecca7e4df96cba3fe5ab75997ca179cd62968f8.zip |
Refactor: rename TimelogController#details to #index
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4235 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/projects')
-rw-r--r-- | app/views/projects/show.rhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/show.rhtml b/app/views/projects/show.rhtml index 80e45adf0..9651651ac 100644 --- a/app/views/projects/show.rhtml +++ b/app/views/projects/show.rhtml @@ -67,7 +67,7 @@ <% if @total_hours && User.current.allowed_to?(:view_time_entries, @project) %> <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}) %> | + <p><%= link_to(l(:label_details), {:controller => 'timelog', :action => 'index', :project_id => @project}) %> | <%= 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) %> |