@@ -42,6 +42,12 module QueriesHelper | |||
|
42 | 42 | when :subject |
|
43 | 43 | h((!@project.nil? && @project != issue.project) ? "#{issue.project.name} - " : '') + |
|
44 | 44 | link_to(h(value), :controller => 'issues', :action => 'show', :id => issue) |
|
45 | when :project | |
|
46 | link_to(h(value), :controller => 'projects', :action => 'show', :id => value) | |
|
47 | when :assigned_to | |
|
48 | link_to(h(value), :controller => 'account', :action => 'show', :id => value) | |
|
49 | when :author | |
|
50 | link_to(h(value), :controller => 'account', :action => 'show', :id => value) | |
|
45 | 51 | when :done_ratio |
|
46 | 52 | progress_bar(value, :width => '80px') |
|
47 | 53 | when :fixed_version |
General Comments 0
You need to be logged in to leave comments.
Login now