Sha256: f6d33a047f8629fb5f18be21e67587d85682e7fbe27ceea180e7d7881f381c5e

Contents?: true

Size: 531 Bytes

Versions: 4

Compression:

Stored size: 531 Bytes

Contents

!!!
%html
  %head
    %meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
    %title Rubrowser
    %link{ rel: "stylesheet", media: "all", href: "/css/application.css"}
    %script{:src => "/javascript/d3.js", :type => "text/javascript"}
    %script{:src => "/javascript/jquery.js", :type => "text/javascript"}
    %script{:src => "/javascript/application.js", :type => "text/javascript"}
  %body
    .dependency_graph
      %svg{ data: { constants: constants.to_json, occurences: occurences.to_json } }

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rubrowser-0.1.3 views/index.haml
rubrowser-0.1.2 views/index.haml
rubrowser-0.1.1 views/index.haml
rubrowser-0.1.0 views/index.haml