|
|
|
@ -35,7 +35,7 @@ See doc/COPYRIGHT.rdoc for more details. |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_log_time), {:controller => '/timelog', :action => 'new', :work_package_id => controller.work_package}, :class => 'icon icon-time-add') %> |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_duplicate), {:controller => '/work_packages', :action => 'new', :project_id => @project, :copy_from => work_package }, :class => 'icon icon-duplicate') %> |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_copy), {:controller => '/work_packages/moves', :action => 'new', :work_package_id => controller.work_package, :copy => ''}, :class => 'icon icon-copy') %> |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_move), {:controller => '/issue_moves', :action => 'new', :id => controller.work_package}, :class => 'icon icon-move') %> |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_move), {:controller => '/work_packages/moves', :action => 'new', :work_package_id => controller.work_package}, :class => 'icon icon-move') %> |
|
|
|
|
<%= li_unless_nil(link_to_if_authorized l(:button_delete), { :controller => '/issues', |
|
|
|
|
:action => 'destroy', |
|
|
|
|
:id => controller.work_package }, |
|
|
|
|