Sha256: 4487aa030faefff274fcd5a686114d020f70d307e6c4f883d45c69064cd77570

Contents?: true

Size: 1.04 KB

Versions: 10

Compression:

Stored size: 1.04 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/mootools-1.2.3-core.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/mootools-1.2.5.1-more.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/highcharts.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/graph.js")}
    %script{:type => "text/javascript", :src => link_to("/javascripts/keyboard.js")}

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

      %div#content
        = yield

      %div#footer
        Visage
        |
        %a{:href => link_to("/profiles")} Profiles
        |
        %a{:href => link_to("/builder")} Builder


Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
visage-app-1.0.0 lib/visage-app/views/layout.haml
visage-app-0.9.6 lib/visage-app/views/layout.haml
visage-app-0.9.5 lib/visage-app/views/layout.haml
visage-app-0.9.4 lib/visage-app/views/layout.haml
visage-app-0.9.3 lib/visage-app/views/layout.haml
visage-app-0.9.2 lib/visage-app/views/layout.haml
visage-app-0.9.1 lib/visage-app/views/layout.haml
visage-app-0.9.0.pre2 lib/visage-app/views/layout.haml
visage-app-0.9.0 lib/visage-app/views/layout.haml
visage-app-0.9.0.pre1 lib/visage-app/views/layout.haml