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

Fix namespacing issues for links in render helpers #53

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Feb 11, 2014

  1. Configuration menu
    Copy the full SHA
    9fc0d44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b1b5e View commit details
    Browse the repository at this point in the history
  3. Actually, don't pass use/pass a namespace option

    Turns out all that does is add an extra url parameter
    so that `namespace` after the `?` in the URL. Not what I
    was going for. Apparently, simply building the url for
    the given controller seems sufficient for building the proper link.
    shekibobo committed Feb 11, 2014
    Configuration menu
    Copy the full SHA
    5c1aa03 View commit details
    Browse the repository at this point in the history