2
0

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

View File

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