##// END OF EJS Templates
Display "none" inside square brackets....
Jean-Philippe Lang -
r8524:18ea83573900
parent child
Show More
@@ -130,7 +130,7 module TimelogHelper
130 130
131 131 def format_criteria_value(criteria_options, value)
132 132 if value.blank?
133 l(:label_none)
133 "[#{l(:label_none)}]"
134 134 elsif k = criteria_options[:klass]
135 135 obj = k.find_by_id(value.to_i)
136 136 if obj.is_a?(Issue)
General Comments 0
You need to be logged in to leave comments. Login now