• Markus Koller's avatar
    Fix relative URL root in wiki_base_path · 9a748ec1
    Markus Koller authored
    This was a bug introduced in fe5533a7.
    
    Previously we were building the path manually and had to also include
    `Gitlab.config.gitlab.relative_url_root`, but since we're using route
    helpers now it's already included via `default_url_options`, which
    resulted in a duplicated root in the URL.
    9a748ec1
wiki.rb 5.73 KB