summaryrefslogtreecommitdiffstats
path: root/app/views/context_menus
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 16:26:12 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-01-07 16:26:12 +0000
commit464cef8643e0bd5bf860e1fb7e4b65516dd12745 (patch)
treea1de04cfa3237719a7ec892f34615f0292e9b5d0 /app/views/context_menus
parentd29638845a9c5d69f9ad6e9ab8c81ed29c808c3f (diff)
downloadredmine-464cef8643e0bd5bf860e1fb7e4b65516dd12745.tar.gz
redmine-464cef8643e0bd5bf860e1fb7e4b65516dd12745.zip
Removed the "Move" button for issues since they can be moved from the bulk edit form.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8537 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/context_menus')
-rw-r--r--app/views/context_menus/issues.html.erb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/context_menus/issues.html.erb b/app/views/context_menus/issues.html.erb
index ee58599d3..f824975bb 100644
--- a/app/views/context_menus/issues.html.erb
+++ b/app/views/context_menus/issues.html.erb
@@ -112,10 +112,6 @@
<% end %>
<li><%= context_menu_link l(:button_copy), new_issue_move_path(:ids => @issues.collect(&:id), :copy_options => {:copy => 't'}),
:class => 'icon-copy', :disabled => !@can[:move] %></li>
-<% unless @issue.present? %>
- <li><%= context_menu_link l(:button_move), new_issue_move_path(:ids => @issues.collect(&:id)),
- :class => 'icon-move', :disabled => !@can[:move] %></li>
-<% end %>
<li><%= context_menu_link l(:button_delete), issues_path(:ids => @issues.collect(&:id), :back_url => @back),
:method => :delete, :confirm => issues_destroy_confirmation_message(@issues), :class => 'icon-del', :disabled => !@can[:delete] %></li>