Sha256: 65f81aba5a11858ea3914e27f92d51e471afad82ed90bbbdaaf1dfd2836f1174

Contents?: true

Size: 822 Bytes

Versions: 2

Compression:

Stored size: 822 Bytes

Contents

!!!
%html
  %head
    %title Gitdocs #{Gitdocs::VERSION}
    %link{ :href => "/css/reset.css", :rel => "stylesheet" }
    %link{ :href => "/css/app.css", :rel => "stylesheet" }
    %link{ :href => "/css/tilt.css", :rel => "stylesheet" }
    %link{ :href => "/css/coderay.css", :rel => "stylesheet" }
    %script{ :src => "/js/util.js", :type => "text/javascript", :charset => "utf-8" }
    %script{ :src => "/js/jquery.js", :type => "text/javascript", :charset => "utf-8" }
    %script{ :src => "/js/app.js", :type => "text/javascript", :charset => "utf-8" }
  %body
    .nav
      %h1
        %a{:href => '/'}
          %img{ :src => "/img/git_logo.png", :width => 30, :height => 30}
          Gitdocs
          = Gitdocs::VERSION
    .container
      = preserve(yield)

    .menu
      %a{:href => '/settings'} Settings

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitdocs-0.3.6 lib/gitdocs/views/app.haml
gitdocs-0.3.5 lib/gitdocs/views/app.haml