Skip to content

Fix emoji URLs in Markdown when relative_url_root is used

Stan Hu requested to merge stanhu/gitlab-ce:fix-emojis-relative-url into master

Path/URL helpers (e.g. asset_url_helper) already include the relative_url_root, so there is no need to attach it twice.

Also adds the ability to run rspecs with relative_url_defined on the enviornment. For example:

RELATIVE_URL_ROOT=/gitlab rspec

Closes #1728 (closed)

Merge request reports