Fix Style/HashEachMethods
cop in HAML files (#28178)
This commit is contained in:
parent
9603198982
commit
a2bcfeb887
2 changed files with 2 additions and 2 deletions
|
@ -27,7 +27,7 @@
|
|||
%button.button= t('admin.accounts.search')
|
||||
= link_to t('admin.accounts.reset'), admin_reports_path, class: 'button negative'
|
||||
|
||||
- @reports.group_by(&:target_account_id).each do |_target_account_id, reports|
|
||||
- @reports.group_by(&:target_account_id).each_value do |reports|
|
||||
- target_account = reports.first.target_account
|
||||
.report-card
|
||||
.report-card__profile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue