Patch #35230 ยป html_title_typo.patch
app/helpers/application_helper.rb | ||
---|---|---|
764 | 764 | |
765 | 765 |
# Sets the html title |
766 | 766 |
# Returns the html title when called without arguments |
767 |
# Current project name and app_title and automatically appended
|
|
767 |
# Current project name and app_title are automatically appended
|
|
768 | 768 |
# Exemples: |
769 | 769 |
# html_title 'Foo', 'Bar' |
770 | 770 |
# html_title # => 'Foo - Bar - My Project - Redmine' |