Consistently use middle dot (·) instead of bullet (•) to separate items (#25248)
This commit is contained in:
@ -17,11 +17,11 @@
|
||||
|
||||
%br/
|
||||
|
||||
= f.object.policies.map { |policy| t(policy, scope: 'admin.instances.content_policies.policies') }.join(' • ')
|
||||
= f.object.policies.map { |policy| t(policy, scope: 'admin.instances.content_policies.policies') }.join(' · ')
|
||||
- if f.object.public_comment.present?
|
||||
•
|
||||
·
|
||||
= f.object.public_comment
|
||||
- if existing_relationships
|
||||
•
|
||||
·
|
||||
= fa_icon 'warning fw'
|
||||
= t('admin.export_domain_blocks.import.existing_relationships_warning')
|
||||
|
Reference in New Issue
Block a user