-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'fix-emojis-relative-url' into 'master'
Fix emoji URLs in Markdown when relative_url_root is used 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 See merge request !1254
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- lib/gitlab/markdown.rb 1 addition, 1 deletionlib/gitlab/markdown.rb
- spec/spec_helper.rb 1 addition, 0 deletionsspec/spec_helper.rb
- spec/support/matchers/markdown_matchers.rb 3 additions, 0 deletionsspec/support/matchers/markdown_matchers.rb
- spec/support/relative_url.rb 8 additions, 0 deletionsspec/support/relative_url.rb
Loading
Please register or sign in to comment