Skip to content

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

username-removed-1234121 requested to merge github/fork/amouhzi/patch-1 into master

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

Loading