Merge tag 'v3.2.0' into instance_only_statuses

This commit is contained in:
Renato "Lond" Cerqueira
2020-07-27 22:21:35 +02:00
675 changed files with 20547 additions and 6951 deletions

View File

@ -18,7 +18,7 @@
= text_field_tag key, params[key], class: 'string optional', placeholder: I18n.t("admin.reports.#{key}")
.actions
%button= t('admin.accounts.search')
%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|