diff --git a/app/views/admin/resque/show.html.haml b/app/views/admin/resque/show.html.haml index 8850e378..41254a6b 100644 --- a/app/views/admin/resque/show.html.haml +++ b/app/views/admin/resque/show.html.haml @@ -1,4 +1,4 @@ %h3.page_title Resque %br .ui-box - %iframe{src: resque_url, width: '100%', height: 600, style: "border: none"} + %iframe{src: resque_path, width: '100%', height: 600, style: "border: none"}