diff --git a/app/views/admin/resque/show.html.haml b/app/views/admin/resque/show.html.haml index 0375d94bc9de06b605031bb7deb2c8839144650d..2148c42de85d59b8f6c8906e668c3e3aae63ef3b 100644 --- a/app/views/admin/resque/show.html.haml +++ b/app/views/admin/resque/show.html.haml @@ -1,2 +1,2 @@ %h3 Resque -%iframe{src: "/info/resque", width: 1168, height: 600, style: "border: none"} \ No newline at end of file +%iframe{src: "#{ENV['RAILS_RELATIVE_URL_ROOT']}/info/resque", width: 1168, height: 600, style: "border: none"}