Sha256: 2b06fbc4445a489d4a5710d8286d12e9da6596b6f21b51aaf206d00a4b388ddd

Contents?: true

Size: 782 Bytes

Versions: 1

Compression:

Stored size: 782 Bytes

Contents

!!!
%html
  %head
    %link{:type=>"text/css", :rel=>"stylesheet", :href=>"../style.css"}
    %title="Rubyvis - Example: #{title}"
  %body
    %h1="Rubyvis - Example: #{title}"
    .example_main
      .description
        - text.each do |t|
          %p= t
      .navigation
        %ul
          %li 
            %a{:href=>"../index.html"} Home
          - if prev_ex
            %li
              %a{:href=>"#{prev_ex}.html"} Previous: #{pages[prev_ex].title}
          - if next_ex
            %li
              %a{:href=>"#{next_ex}.html"} Next: #{pages[next_ex].title}          
      .image
        /[if IE]
          %embed.svg{:src=>svg_file,:width=>"500", :height=>"300"}
        %object.svg{:data=>svg_file, :type=>"image/svg+xml"}
      .source=find_and_preserve(source)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rubyvis-0.1.6 web/examples.haml