Sha256: 97617b3cb891c8bc66f3323410174c40f13bf084038d7d0e081fd5902037d501

Contents?: true

Size: 1.28 KB

Versions: 11

Compression:

Stored size: 1.28 KB

Contents

!!! XML
!!!
%html
  %head
    %title= "GitStats - #{repo.project_name}"
    %link{:rel => "stylesheet", :href => asset_path('bootstrap/css/bootstrap.min.css', active_page), :type => "text/css"}
    %style
      :plain
        body { padding-top: 60px; }
    %link{:rel => "stylesheet", :href => asset_path('bootstrap/css/bootstrap-responsive.min.css', active_page), :type => "text/css"}
    %script{:src => asset_path('jquery.min.js', active_page), :type => "text/javascript"}
    %script{:src => asset_path('bootstrap/js/bootstrap.min.js', active_page), :type => "text/javascript"}
    %script{:src => asset_path('highstock.js', active_page), :type => "text/javascript"}
  %body
    %div.navbar.navbar-fixed-top
      %div.navbar-inner
        %div.container
          %a.btn.btn-navbar{'data-toggle' => "collapse", 'data-target' => ".nav-collapse"}
            %span.icon-bar
            %span.icon-bar
            %span.icon-bar
          %a.brand{:href => link_to("index.html", active_page)}= "GitStats - #{repo.project_name}"
          %div.nav-collapse.collapse
            %ul.nav
              - links.each do |name, href|
                %li{:class => active_page[name.to_s.underscore] ? "active" : ""}
                  %a{:href => link_to(href, active_page)}= name.t
    %div.container
      = yield

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
git_stats-1.0.10 templates/layout.haml
git_stats-1.0.9 templates/layout.haml
git_stats-1.0.8 templates/layout.haml
git_stats-1.0.7 templates/layout.haml
git_stats-1.0.6 templates/layout.haml
git_stats-1.0.5 templates/layout.haml
git_stats-1.0.4 templates/layout.haml
git_stats-1.0.3 templates/layout.haml
git_stats-1.0.2 templates/layout.haml
git_stats-1.0.1 templates/layout.haml
git_stats-1.0.0 templates/layout.haml