Sha256: 282ec7f2c7faab977b401fdc44408cd083834a25a523c535e5015bf5d0926164

Contents?: true

Size: 1.09 KB

Versions: 1

Compression:

Stored size: 1.09 KB

Contents

!!!
%html
  %head
    %title Gitdocs #{Gitdocs::VERSION}
    %link{ :href => "/css/bootstrap.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.topbar
      .fill
        .container
          %a{:class => "brand", :href => "/"} Gitdocs
          %ul(class="nav")
            %li{ :class => ("active" if nav_state == "home") }
              %a(href = "/") Home
            %li{ :class => ("active" if nav_state == "settings") }
              %a(href = "/settings") Settings

    #main.container
      .content
        - if @title
          .page-header
            %h1= @title
        .row
          .span16= preserve(yield)

      %footer
        %p © Gitdocs v#{Gitdocs::VERSION}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitdocs-0.4.0 lib/gitdocs/views/app.haml