Sha256: ed712cb1ec97e54dd4a66459400b399a782bfb3d1a6645d6e33d989489cd1b9c
Contents?: true
Size: 1.58 KB
Versions: 4
Compression:
Stored size: 1.58 KB
Contents
!!! %html %head %meta{ "http-equiv" => "content-type", :content => "text/html; charset=UTF-8" } %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" } - if @css %style{:type => "text/css"} = @css %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