hicknhack-software/redmine_hourglass

View on GitHub
app/views/hourglass_ui/lists/_group.slim

Summary

Maintainability
Test Coverage
= group[:name]
span.count = "(#{group[:count]})"
span.totals
  - group[:totals].each do |column, total|
    - if total
      = total_tag column, total