##// END OF EJS Templates
Fixed: Log Time link broken in issue context menu (#6904)....
Jean-Philippe Lang -
r4295:3e95d12b7594
parent child
Show More
@@ -98,7 +98,7
98
98
99 <% if !@issue.nil? %>
99 <% if !@issue.nil? %>
100 <% if @can[:log_time] -%>
100 <% if @can[:log_time] -%>
101 <li><%= context_menu_link l(:button_log_time), {:controller => 'timelog', :action => 'edit', :issue_id => @issue},
101 <li><%= context_menu_link l(:button_log_time), {:controller => 'timelog', :action => 'new', :issue_id => @issue},
102 :class => 'icon-time-add' %></li>
102 :class => 'icon-time-add' %></li>
103 <% end %>
103 <% end %>
104 <% if User.current.logged? %>
104 <% if User.current.logged? %>
General Comments 0
You need to be logged in to leave comments. Login now