##// END OF EJS Templates
code format clean up ApplicationHelper#link_to_issue...
Toshi MARUYAMA -
r12533:f44c32557c5e
parent child
Show More
@@ -80,7 +80,8 module ApplicationHelper
80 end
80 end
81 end
81 end
82 only_path = options[:only_path].nil? ? true : options[:only_path]
82 only_path = options[:only_path].nil? ? true : options[:only_path]
83 s = link_to text, issue_path(issue, :only_path => only_path), :class => issue.css_classes, :title => title
83 s = link_to(text, issue_path(issue, :only_path => only_path),
84 :class => issue.css_classes, :title => title)
84 s << h(": #{subject}") if subject
85 s << h(": #{subject}") if subject
85 s = h("#{issue.project} - ") + s if options[:project]
86 s = h("#{issue.project} - ") + s if options[:project]
86 s
87 s
General Comments 0
You need to be logged in to leave comments. Login now