Fix source for iframe on Resque admin page

This commit is contained in:
Riyad Preukschas 2012-11-01 23:34:16 +01:00
parent 2032f4cd96
commit 48de0ba867

View file

@ -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"}