diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-15 09:48:54 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2018-09-15 09:48:54 +0000 |
commit | da64eb5aca722fdf4f97105af20d7138c21a80fc (patch) | |
tree | 12239b7bc835bd6235b721b8eb552a53e2aed475 /app/views/issues/_action_menu.html.erb | |
parent | e501cb34819a301704dbe8004a4526e3400959be (diff) | |
download | redmine-da64eb5aca722fdf4f97105af20d7138c21a80fc.tar.gz redmine-da64eb5aca722fdf4f97105af20d7138c21a80fc.zip |
Reverts r17354 (#28829).
git-svn-id: http://svn.redmine.org/redmine/trunk@17491 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/issues/_action_menu.html.erb')
-rw-r--r-- | app/views/issues/_action_menu.html.erb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/app/views/issues/_action_menu.html.erb b/app/views/issues/_action_menu.html.erb index 639858394..b535faec9 100644 --- a/app/views/issues/_action_menu.html.erb +++ b/app/views/issues/_action_menu.html.erb @@ -4,10 +4,4 @@ <%= watcher_link(@issue, User.current) %> <%= link_to l(:button_copy), project_copy_issue_path(@project, @issue), :class => 'icon icon-copy' if User.current.allowed_to?(:copy_issues, @project) && Issue.allowed_target_projects.any? %> <%= link_to l(:button_delete), issue_path(@issue), :data => {:confirm => issues_destroy_confirmation_message(@issue)}, :method => :delete, :class => 'icon icon-del' if @issue.deletable? %> -<%= form_tag({}, :data => {:cm_url => issues_context_menu_path}) do %> - <span class="hascontextmenu"> - <%= check_box_tag("ids[]", @issue.id, false, :style => 'display:none;', :id => nil) %> - <%= link_to_context_menu %> - </span> -<% end %> -</div>
\ No newline at end of file +</div> |