@@ -449,7 +449,7 module ApplicationHelper | |||||
449 | end |
|
449 | end | |
450 | end |
|
450 | end | |
451 |
|
451 | |||
452 |
|
|
452 | # Returns a h2 tag and sets the html title with the given arguments | |
453 | def title(*args) |
|
453 | def title(*args) | |
454 | strings = args.map do |arg| |
|
454 | strings = args.map do |arg| | |
455 | if arg.is_a?(Array) && arg.size >= 2 |
|
455 | if arg.is_a?(Array) && arg.size >= 2 |
General Comments 0
You need to be logged in to leave comments.
Login now