Fix layout of severed relationships when purged events are listed (#36593)

This commit is contained in:
M.J. Fieggen (Joni) 2025-10-27 16:19:38 +01:00 committed by GitHub
parent bfcf21e915
commit e8382c7332
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
= l(event.created_at)
%td= t("severed_relationships.event_type.#{event.type}", target_name: event.target_name)
- if event.purged?
%td{ rowspan: 2 }= t('severed_relationships.purged')
%td{ colspan: 2 }= t('severed_relationships.purged')
- else
%td
= render 'download', count: event.following_count, link: following_severed_relationship_path(event, format: :csv)