Sha256: 08c187fc578d5ac188d7d62c46d0ab9a25639e45c36882c9073a7e43dfc123da

Contents?: true

Size: 460 Bytes

Versions: 1

Compression:

Stored size: 460 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
      ul { display: inline }
      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.1 views/index.haml