diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-03-07 07:06:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 07:06:56 +0100 |
commit | 67c5cdea4016405483d493d1efb3765a58587d1c (patch) | |
tree | 32dc49febe9835b91f723d33b02ca5675e821475 /app/views/admin/email_domain_blocks | |
parent | c3786b29b7730b8c858320599508a20b11884108 (diff) |
Fix some ignored brakeman warnings (#15829)
Diffstat (limited to 'app/views/admin/email_domain_blocks')
-rw-r--r-- | app/views/admin/email_domain_blocks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/email_domain_blocks/index.html.haml b/app/views/admin/email_domain_blocks/index.html.haml index 6015cfac0..fa5d86b67 100644 --- a/app/views/admin/email_domain_blocks/index.html.haml +++ b/app/views/admin/email_domain_blocks/index.html.haml @@ -14,6 +14,6 @@ %th= t('admin.email_domain_blocks.domain') %th %tbody - = render @email_domain_blocks + = render partial: 'email_domain_block', collection: @email_domain_blocks = paginate @email_domain_blocks |