Skip to content

Fix bug in ace-src-noconflict with Relative url.

gitlab-qa-bot requested to merge github/fork/amouhzi/patch-1 into master

Created by: amouhzi

If we doesn't use a relative url we have this:

gon.relative_url_root=""

Else

gon.relative_url_root="/gitlab"

Gitlab::Application.config.assets.prefix contains:

/assets

Merge request reports