Sha256: 6e13a69816a05dc8be46ba44f5cfb23bedbc9ce1235a169d6cbc5409f8287b8c

Contents?: true

Size: 1.45 KB

Versions: 6

Compression:

Stored size: 1.45 KB

Contents

.tabbable.tabs-left
  %ul.nav.nav-tabs
    %li{class: page == :commits_by_date ? "active" : ""}
      %a{href: 'commits_by_date.html'}= :commits_by_date.t
    %li{class: page == :changed_lines_by_date ? "active" : ""}
      %a{href: 'changed_lines_by_date.html'}= :changed_lines_by_date.t
    %li{class: page == :insertions_by_date ? "active" : ""}
      %a{href: 'insertions_by_date.html'}= :insertions_by_date.t
    %li{class: page == :deletions_by_date ? "active" : ""}
      %a{href: 'deletions_by_date.html'}= :deletions_by_date.t

  .tab-content
    .tab-pane.active
      .page-header
        %h1.pagination-centered= page.t

      -if page == :commits_by_date
        = high_stock("charts.commits_sum_by_author_by_date", charts.commits_sum_by_author_by_date([author]))
        %small
          %center= "5 #{:best_authors_shown.t}"

      -elsif page == :changed_lines_by_date
        = high_stock("charts.changed_lines_by_author_by_date", charts.changed_lines_by_author_by_date([author]))
        %small
          %center= "5 #{:best_authors_shown.t}"

      -elsif page == :insertions_by_date
        = high_stock("charts.insertions_by_author_by_date", charts.insertions_by_author_by_date([author]))
        %small
          %center= "5 #{:best_authors_shown.t}"

      -elsif page == :deletions_by_date
        = high_stock("charts.deletions_by_author_by_date", charts.deletions_by_author_by_date([author]))
        %small
          %center= "5 #{:best_authors_shown.t}"

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
git_stats-1.0.17 templates/author_details/_author_details.haml
git_stats-1.0.16 templates/author_details/_author_details.haml
git_stats-1.0.15 templates/author_details/_author_details.haml
git_stats-1.0.14 templates/author_details/_author_details.haml
git_stats-1.0.13 templates/author_details/_author_details.haml
git_stats-1.0.12 templates/author_details/_author_details.haml