Skip to content

Instantly share code, notes, and snippets.

@DanThiffault
Created May 6, 2011 07:05
Show Gist options
  • Select an option

  • Save DanThiffault/958543 to your computer and use it in GitHub Desktop.

Select an option

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
Copy Markdown
Author

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