Skip to content

Instantly share code, notes, and snippets.

@kivanio
Forked from DanThiffault/application_helper.rb
Created October 5, 2011 02:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kivanio/1263449 to your computer and use it in GitHub Desktop.
Save kivanio/1263449 to your computer and use it in GitHub Desktop.
Rails 3 page title helper
def page_title(title=view_context.t('.title'))
content_tag(:h1, title)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment