Skip to content

Fix URL for "resque info" iframe

gitlab-qa-bot requested to merge github/fork/piffio/resque_path into master

Created by: piffio

Prepend the URL with #{ENV['RAILS_RELATIVE_URL_ROOT']} to make it work when gitlab's path isn't / on the web server.

This URL fixes the Resque page in the admin area for people running Gitlab on a subdirectory in their webserver, eg. www.example.com/gitlab

Merge request reports