Sha256: 67ef1ef5fcc442279851e2155c97308a3ded6ff93c77c8c54fe335977ba56520

Contents?: true

Size: 887 Bytes

Versions: 12

Compression:

Stored size: 887 Bytes

Contents

%table{:class => "table table-hover table-bordered"}
  %tr
    %td= :project_name.t
    %td= repo.project_name
  %tr
    %td= :project_version.t
    %td= repo.project_version
  %tr
    %td= :generated_at.t
    %td= I18n.localize(DateTime.now, format: :long)
  %tr
    %td= :generator.t
    %td= "GitStats #{GitStats::VERSION}"
  %tr
    %td= :report_period.t
    %td= repo.commits_period.map {|d| I18n.localize(d, format: :long)}.join(" .. ")
  %tr
    %td= :total_files.t
    %td= "#{repo.files_count} (#{:binary.t}: #{repo.binary_files.size}, #{:text.t}: #{repo.text_files.size})"
  %tr
    %td= :total_lines.t
    %td= "#{repo.lines_count} #{:lines.t} (#{repo.short_stats.map(&:insertions).sum} #{:insertions.t}, #{repo.short_stats.map(&:deletions).sum} #{:deletions.t})"
  %tr
    %td= :total_commits.t
    %td= repo.commits.size
  %tr
    %td= :authors.t
    %td= repo.authors.size

Version data entries

12 entries across 12 versions & 1 rubygems

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