Sha256: 29c61f18a707fe80f100a36ed396a336fe28daad2770358b05fc9d3144636d36

Contents?: true

Size: 431 Bytes

Versions: 1

Compression:

Stored size: 431 Bytes

Contents

%html
  %head
    %title Capybara output for #{dir}
    %script{ type: 'text/javascript', src: 'http://codeorigin.jquery.com/jquery-2.0.3.min.js' }
    %script{ type: 'text/javascript', src: '/application.js' }

    %style
      iframe { width: 100%; height: 100% }

  %body
    %ul
      - files.each do |file|
        %li
          %a{ href: file_path(file), target: 'porthole' }=file_name(file)

    %iframe{ name: 'porthole' }

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capybara-remote-viewer-0.0.2 views/index.haml