diff options
Diffstat (limited to 'app/helpers')
| -rw-r--r-- | app/helpers/title_helper.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/helpers/title_helper.rb b/app/helpers/title_helper.rb index f5219276b..2203151a3 100644 --- a/app/helpers/title_helper.rb +++ b/app/helpers/title_helper.rb @@ -7,7 +7,7 @@ module TitleHelper        @title      end    end - +      def title_tag(title, options = nil)      content_tag :h2, title(title), options    end | 
