zammad/zammad

View on GitHub
app/assets/javascripts/app/views/generic/table_row_group_by.jst.eco

Summary

Maintainability
Test Coverage
<tr>
  <td colspan="<%= @columnsLength %>"><b><%- @groupByName %><% if @groupByCount:%> (<%= @groupByCount %>)<% end %></b></td>
</tr>