Sha256: d9cb003bf8f97075006c53575abf349833185657146727ccfb15caf4a05aa2e3

Contents?: true

Size: 1.01 KB

Versions: 8

Compression:

Stored size: 1.01 KB

Contents

!!!
%html
  %head
    %title= include_page_title
    %link{:rel => "icon", :type => "image/gif", :href => "/favicon.gif"}
    %link{:rel => 'stylesheet', :href => '/stylesheets/screen.css', :type => 'text/css'}
    %script{:type => "text/javascript", :src => link_to("/javascripts/raphael.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/g.raphael.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/g.line.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.3-core.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.3.1-more.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/graph.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/application.js")}

  %body
    %div#wrapper
      %div#header
        %div#nav
          %a{:href => link_to("/profiles")} profiles
          %a{:href => link_to("/builder")} builder

      %div#content
        = yield

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
visage-app-0.2.7 lib/visage/views/layout.haml
visage-app-0.2.6 lib/visage/views/layout.haml
visage-app-0.2.5 lib/visage/views/layout.haml
visage-app-0.2.4 lib/visage/views/layout.haml
visage-app-0.2.3 lib/visage/views/layout.haml
visage-app-0.2.2 lib/visage/views/layout.haml
visage-app-0.2.1 lib/visage/views/layout.haml
visage-app-0.2.0 lib/visage/views/layout.haml