Fix admin interface repeating rule title instead of showing hint text (#29758)

This commit is contained in:
Claire 2024-03-26 15:46:05 +01:00 committed by GitHub
parent cfea9cc172
commit 7508472d84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
.announcements-list__item__action-bar
.announcements-list__item__meta
= rule.text
= rule.hint
%div
= table_link_to 'trash', t('admin.rules.delete'), admin_rule_path(rule), method: :delete, data: { confirm: t('admin.accounts.are_you_sure') } if can?(:destroy, rule)