Skip to content

Fix image url for emoji.

gitlab-qa-bot requested to merge github/fork/cabeca/fix-image-url-emoji into master

Created by: cabeca

If you set relative_root_path to '/gitlab' you'll end up with this: http://example.com/gitlab//gitlab/assets/emoji/sparkles-25874eff8e1c26ef723a423d02c0a72a.png

This fix removes the duplication of relative root in url while preserving the full image url.

Merge request reports