From 41dba2db8611d7f328e62f808fc5c3ea8fb7947f Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Thu, 30 Oct 2008 03:49:04 +0000 Subject: [PATCH] Link the version name to VersionsController#show in the issue list. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1969 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/helpers/queries_helper.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/helpers/queries_helper.rb b/app/helpers/queries_helper.rb index a58c5d0ea..cf9819fd5 100644 --- a/app/helpers/queries_helper.rb +++ b/app/helpers/queries_helper.rb @@ -44,6 +44,8 @@ module QueriesHelper link_to(h(value), :controller => 'issues', :action => 'show', :id => issue) when :done_ratio progress_bar(value, :width => '80px') + when :fixed_version + link_to(h(value), { :controller => 'versions', :action => 'show', :id => issue.fixed_version_id }) else h(value) end -- 2.39.5