Sha256: 484c2126d1c18ab2c4f8bdf2902df9ce5d70897fb033bf885b81388eda361949

Contents?: true

Size: 1.44 KB

Versions: 4

Compression:

Stored size: 1.44 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/jquery.tablesorter.js", :type => "text/javascript", :charset => "utf-8" }
    %script{ :src => "/js/bootstrap-alerts.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
          %form{:class => "pull-left", :action => "/search", :method => 'GET'}
            %input{:type => "text", :placeholder => "Search", :name => 'q'}

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitdocs-0.4.11 lib/gitdocs/views/app.haml
gitdocs-0.4.10 lib/gitdocs/views/app.haml
gitdocs-0.4.9 lib/gitdocs/views/app.haml
gitdocs-0.4.8 lib/gitdocs/views/app.haml