diff options
| author | Luc Donnet | 2012-02-20 22:44:44 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-02-20 22:44:44 +0100 |
| commit | da3e849d4d89ffa3de2d370a30d3d5531b50ea5b (patch) | |
| tree | 26d0e12a135753d0acf4a59a7007006aac5e759a /app/helpers/title_helper.rb | |
| parent | a0823f387ddea69b0f207ba35165fcfd13b169d3 (diff) | |
| download | chouette-core-da3e849d4d89ffa3de2d370a30d3d5531b50ea5b.tar.bz2 | |
Add requests spec, Fix view
Diffstat (limited to 'app/helpers/title_helper.rb')
| -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 |
