From 48de0ba867133232d5dc91c39333afd1d936e9bb Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Thu, 1 Nov 2012 23:34:16 +0100 Subject: [PATCH] Fix source for iframe on Resque admin page --- app/views/admin/resque/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}