additionals/app/views/queries/_additionals_group_view.html.slim
2022-03-30 18:05:59 +02:00

14 lines
455 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

- reset_cycle
tr.group.open
td colspan="#{query.inline_columns.size + 2}"
span.expander.icon.icon-expanded[onclick="toggleRowGroup(this);"]
'  
span.name = group_name
- if group_count.present?
'
span.badge.badge-count.count = group_count
'
span.totals = group_totals
= link_to_function "#{l :button_collapse_all}/#{l :button_expand_all}",
'toggleAllRowGroups(this)', class: 'toggle-all'