##// END OF EJS Templates
replace tab to space at ApplicationHelper...
Toshi MARUYAMA -
r11844:60fa32d51a40
parent child
Show More
@@ -449,7 +449,7 module ApplicationHelper
449 449 end
450 450 end
451 451
452 # Returns a h2 tag and sets the html title with the given arguments
452 # Returns a h2 tag and sets the html title with the given arguments
453 453 def title(*args)
454 454 strings = args.map do |arg|
455 455 if arg.is_a?(Array) && arg.size >= 2
General Comments 0
You need to be logged in to leave comments. Login now