Sha256: f612dbb9da91dc4603ac3dbfa932bb938c7ad13ad6d41a95baca00c5e725ceb9

Contents?: true

Size: 1.31 KB

Versions: 4

Compression:

Stored size: 1.31 KB

Contents

!!! XML
!!!
%html
  %head
    %title= "GitStats - #{repo.project_name}"
    %meta{:charset => "utf-8"}
    %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

4 entries across 4 versions & 1 rubygems

Version Path
git_stats-1.0.14 templates/layout.haml
git_stats-1.0.13 templates/layout.haml
git_stats-1.0.12 templates/layout.haml
git_stats-1.0.11 templates/layout.haml