Skip to content

Instantly share code, notes, and snippets.

@DanThiffault
Created May 6, 2011 07:05
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 DanThiffault/958543 to your computer and use it in GitHub Desktop.
Save DanThiffault/958543 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
@DanThiffault
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment