]> source.dussan.org Git - redmine.git/commitdiff
Link the version name to VersionsController#show in the issue list.
authorEric Davis <edavis@littlestreamsoftware.com>
Thu, 30 Oct 2008 03:49:04 +0000 (03:49 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Thu, 30 Oct 2008 03:49:04 +0000 (03:49 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@1969 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/helpers/queries_helper.rb

index a58c5d0ea1a414465181fdf79e327b5a9da1a2b7..cf9819fd5bee11aaf0cc297ad1b2c9708de7f1d6 100644 (file)
@@ -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