summaryrefslogtreecommitdiffstats
path: root/app/views/admin/ip_blocks
diff options
context:
space:
mode:
authorMatt Jankowski <matt@jankowski.online>2024-04-23 12:43:49 -0400
committerGitHub <noreply@github.com>2024-04-23 16:43:49 +0000
commit32ead51e5a8d6abbc0b4bacb00192ddc72a9817a (patch)
tree5a50cd9bc5fe5f00b372e66104171c37bbfdb3e1 /app/views/admin/ip_blocks
parenta2399046ca600d492b492b8dae88011de687bece (diff)
Add material design icons to admin/settings views (#27780)
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
Diffstat (limited to 'app/views/admin/ip_blocks')
-rw-r--r--app/views/admin/ip_blocks/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/ip_blocks/index.html.haml b/app/views/admin/ip_blocks/index.html.haml
index f1d2b3dc477..9eba6c68ffb 100644
--- a/app/views/admin/ip_blocks/index.html.haml
+++ b/app/views/admin/ip_blocks/index.html.haml
@@ -14,7 +14,7 @@
= check_box_tag :batch_checkbox_all, nil, false
.batch-table__toolbar__actions
- if can?(:destroy, :ip_block)
- = f.button safe_join([fa_icon('times'), t('admin.ip_blocks.delete')]),
+ = f.button safe_join([material_symbol('close'), t('admin.ip_blocks.delete')]),
class: 'table-action-link',
data: { confirm: t('admin.reports.are_you_sure') },
name: :delete,