Fix source for iframe on Resque admin page
This commit is contained in:
parent
2032f4cd96
commit
48de0ba867
|
@ -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"}
|
||||
|
|
Loading…
Reference in a new issue