##// END OF EJS Templates
Rails3: use String#html_hours for authoring() at ApplicationHelper....
Toshi MARUYAMA -
r6362:a77c1bcf6dbe
parent child
Show More
@@ -326,7 +326,7 module ApplicationHelper
326 end
326 end
327
327
328 def authoring(created, author, options={})
328 def authoring(created, author, options={})
329 l(options[:label] || :label_added_time_by, :author => link_to_user(author), :age => time_tag(created))
329 l(options[:label] || :label_added_time_by, :author => link_to_user(author), :age => time_tag(created)).html_safe
330 end
330 end
331
331
332 def time_tag(time)
332 def time_tag(time)
General Comments 0
You need to be logged in to leave comments. Login now