jbox-web/redmine_git_hosting

View on GitHub
app/views/repositories/statistics/_global.html.slim

Summary

Maintainability
Test Coverage
- report = RepositoryGlobalStats.new(repository).build

ul.thumbnails
  - report.each do |key, value|
    li.span4
      .thumbnail
        .title = key
        .value = value