Sha256: f3bf33b6a32cbf24fa23509ab629547e3cec09168be5260c1756a7350388c5aa

Contents?: true

Size: 821 Bytes

Versions: 5

Compression:

Stored size: 821 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

5 entries across 5 versions & 1 rubygems

Version Path
gitdocs-0.3.4 lib/gitdocs/views/app.haml
gitdocs-0.3.3 lib/gitdocs/views/app.haml
gitdocs-0.3.2 lib/gitdocs/views/app.haml
gitdocs-0.3.1 lib/gitdocs/views/app.haml
gitdocs-0.3.0 lib/gitdocs/views/app.haml