@@ -44,6 +44,8 module QueriesHelper | |||
|
44 | 44 | link_to(h(value), :controller => 'issues', :action => 'show', :id => issue) |
|
45 | 45 | when :done_ratio |
|
46 | 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 | 49 | else |
|
48 | 50 | h(value) |
|
49 | 51 | end |
General Comments 0
You need to be logged in to leave comments.
Login now