|
|
@ -423,7 +423,7 @@ module ApplicationHelper
|
|
|
|
else
|
|
|
|
else
|
|
|
|
s = link_to text, issue_path(issue), :class => "c_blue", :title => title
|
|
|
|
s = link_to text, issue_path(issue), :class => "c_blue", :title => title
|
|
|
|
end
|
|
|
|
end
|
|
|
|
s << h(": #{subject}") if subject
|
|
|
|
s << h("<span style='width:450px;display:inline-block;' class='hidden'>: #{subject}</span>".html_safe) if subject
|
|
|
|
s = h("#{issue.project} - ") + s if options[:project]
|
|
|
|
s = h("#{issue.project} - ") + s if options[:project]
|
|
|
|
s
|
|
|
|
s
|
|
|
|
end
|
|
|
|
end
|
|
|
|