From: John Goerzen Date: Thu, 20 Mar 2008 17:41:03 +0000 (+0000) Subject: Make an issue's done_ratio field adjustable from the right-click X-Git-Tag: 0.7.0-RC1~29 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4ff77cc6242603b33778fe961bce7e8bf05f3f94;p=redmine.git 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 --- 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 -%>