From 4ff77cc6242603b33778fe961bce7e8bf05f3f94 Mon Sep 17 00:00:00 2001 From: John Goerzen Date: Thu, 20 Mar 2008 17:41:03 +0000 Subject: [PATCH] Make an issue's done_ratio field adjustable from the right-click context menu. Uses patch from, and fixes #641. Patch by Dov Murik. git-svn-id: http://redmine.rubyforge.org/svn/trunk@1277 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/issues/context_menu.rhtml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/views/issues/context_menu.rhtml b/app/views/issues/context_menu.rhtml index b3a03b05d..adb3960ca 100644 --- a/app/views/issues/context_menu.rhtml +++ b/app/views/issues/context_menu.rhtml @@ -31,6 +31,15 @@ :selected => @issue.assigned_to.nil?, :disabled => !@can[:update] %> +
  • + <%= l(:field_done_ratio) %> + +
  • <%= context_menu_link l(:button_copy), {:controller => 'issues', :action => 'new', :project_id => @project, :copy_from => @issue}, :class => 'icon-copy', :disabled => !@can[:copy] %>
  • <% else -%> -- 2.39.5