mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-20 15:31:12 +00:00
Merged r2713 from trunk. #3086
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/0.8-stable@2714 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
e06987ab52
commit
3022d067ba
@ -42,6 +42,12 @@ module QueriesHelper
|
|||||||
when :subject
|
when :subject
|
||||||
h((!@project.nil? && @project != issue.project) ? "#{issue.project.name} - " : '') +
|
h((!@project.nil? && @project != issue.project) ? "#{issue.project.name} - " : '') +
|
||||||
link_to(h(value), :controller => 'issues', :action => 'show', :id => issue)
|
link_to(h(value), :controller => 'issues', :action => 'show', :id => issue)
|
||||||
|
when :project
|
||||||
|
link_to(h(value), :controller => 'projects', :action => 'show', :id => value)
|
||||||
|
when :assigned_to
|
||||||
|
link_to(h(value), :controller => 'account', :action => 'show', :id => value)
|
||||||
|
when :author
|
||||||
|
link_to(h(value), :controller => 'account', :action => 'show', :id => value)
|
||||||
when :done_ratio
|
when :done_ratio
|
||||||
progress_bar(value, :width => '80px')
|
progress_bar(value, :width => '80px')
|
||||||
when :fixed_version
|
when :fixed_version
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user