summaryrefslogtreecommitdiff
path: root/app/views/admin/resque/show.html.haml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2012-08-31 19:28:32 -0400
committerRobert Speicher <rspeicher@gmail.com>2012-08-31 19:28:32 -0400
commit0de5d08e371923871d75fbdc68732c2402006c91 (patch)
treebcbeb18a6ba052c44e41d3e1d133c3d5b08e19da /app/views/admin/resque/show.html.haml
parented954ebae24b5f7308e6f5e7250320342f3d9a41 (diff)
downloadgitlab-ce-0de5d08e371923871d75fbdc68732c2402006c91.tar.gz
Give Resque route a name and use that for the iframe src
Closes #1350
Diffstat (limited to 'app/views/admin/resque/show.html.haml')
-rw-r--r--app/views/admin/resque/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/resque/show.html.haml b/app/views/admin/resque/show.html.haml
index 0375d94bc9d..d889a5d0817 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: resque_url, width: 1168, height: 600, style: "border: none"}