Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pass additional context to TitleHelper#title #3

Closed

Commits on Jul 4, 2014

  1. Add additional_context param to TitleHelper#title

    The helper previously passed the view assigns to the PageTitle to be used in
    internationalised strings. This commit allows the caller to pass a Hash
    which will be merged into the view assigns, making it possible to use
    additional values in page titles.
    georgebrock committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    ce1610b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b34c983 View commit details
    Browse the repository at this point in the history
  3. Improve example.

    georgebrock committed Jul 4, 2014
    Configuration menu
    Copy the full SHA
    da65961 View commit details
    Browse the repository at this point in the history