@@ -4,7 +4,7 | |||
|
4 | 4 | <% replace_watcher ||= 'watcher' %> |
|
5 | 5 | <%= watcher_tag(@issue, User.current, {:id => replace_watcher, :replace => ['watcher','watcher2']}) %> |
|
6 | 6 | <%= link_to_if_authorized l(:button_duplicate), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue }, :class => 'icon icon-duplicate' %> |
|
7 |
<%= link_to_if_authorized l(:button_copy), |
|
|
8 |
<%= link_to_if_authorized l(:button_move), |
|
|
7 | <%= link_to_if_authorized l(:button_copy), {:controller => 'issue_moves', :action => 'new', :id => @issue, :copy_options => {:copy => 't'}}, :class => 'icon icon-copy' %> | |
|
8 | <%= link_to_if_authorized l(:button_move), {:controller => 'issue_moves', :action => 'new', :id => @issue}, :class => 'icon icon-move' %> | |
|
9 | 9 | <%= link_to_if_authorized l(:button_delete), {:controller => 'issues', :action => 'destroy', :id => @issue}, :confirm => (@issue.leaf? ? l(:text_are_you_sure) : l(:text_are_you_sure_with_children)), :method => :post, :class => 'icon icon-del' %> |
|
10 | 10 | </div> |
General Comments 0
You need to be logged in to leave comments.
Login now