From: Jean-Philippe Lang Date: Tue, 16 Nov 2010 19:49:08 +0000 (+0000) Subject: Fixed: Log Time link broken in issue context menu (#6904). X-Git-Tag: 1.1.0~171 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e95d12b7594a9f165033ab45b297a4e2a05a87e;p=redmine.git Fixed: Log Time link broken in issue context menu (#6904). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4409 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/views/context_menus/issues.html.erb b/app/views/context_menus/issues.html.erb index 3372ed600..f0fa350ac 100644 --- a/app/views/context_menus/issues.html.erb +++ b/app/views/context_menus/issues.html.erb @@ -98,7 +98,7 @@ <% if !@issue.nil? %> <% if @can[:log_time] -%> -
  • <%= context_menu_link l(:button_log_time), {:controller => 'timelog', :action => 'edit', :issue_id => @issue}, +
  • <%= context_menu_link l(:button_log_time), {:controller => 'timelog', :action => 'new', :issue_id => @issue}, :class => 'icon-time-add' %>
  • <% end %> <% if User.current.logged? %>