##// END OF EJS Templates
Link the version name to VersionsController#show in the issue list....
Eric Davis -
r1967:41dba2db8611
parent child
Show More
@@ -44,6 +44,8 module QueriesHelper
44 link_to(h(value), :controller => 'issues', :action => 'show', :id => issue)
44 link_to(h(value), :controller => 'issues', :action => 'show', :id => issue)
45 when :done_ratio
45 when :done_ratio
46 progress_bar(value, :width => '80px')
46 progress_bar(value, :width => '80px')
47 when :fixed_version
48 link_to(h(value), { :controller => 'versions', :action => 'show', :id => issue.fixed_version_id })
47 else
49 else
48 h(value)
50 h(value)
49 end
51 end
General Comments 0
You need to be logged in to leave comments. Login now