2
0

Remove remnants of embed views (#32419)

This commit is contained in:
Matt Jankowski
2024-11-16 15:48:10 -05:00
committed by GitHub
parent 44d92fa4f6
commit a1ac2a73ff
5 changed files with 4 additions and 70 deletions

View File

@@ -44,7 +44,7 @@
= t("statuses.visibilities.#{status.visibility}")
·
= link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__link', target: stream_link_target, rel: 'noopener noreferrer' do
= link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__link', rel: 'noopener noreferrer' do
= t('admin.statuses.view_publicly')
- if status.proper.sensitive?