Commit 48de0ba867133232d5dc91c39333afd1d936e9bb

Authored by Riyad Preukschas
1 parent 2032f4cd

Fix source for iframe on Resque admin page

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/admin/resque/show.html.haml
1 %h3.page_title Resque 1 %h3.page_title Resque
2 %br 2 %br
3 .ui-box 3 .ui-box
4 - %iframe{src: resque_url, width: '100%', height: 600, style: "border: none"} 4 + %iframe{src: resque_path, width: '100%', height: 600, style: "border: none"}