Fix links for reblogs in moderation interface (#31979)
This commit is contained in:
		@@ -18,7 +18,7 @@
 | 
			
		||||
      - if status.application
 | 
			
		||||
        = status.application.name
 | 
			
		||||
        ·
 | 
			
		||||
      = link_to ActivityPub::TagManager.instance.url_for(status), class: 'detailed-status__datetime', target: stream_link_target, rel: 'noopener noreferrer' do
 | 
			
		||||
      = link_to ActivityPub::TagManager.instance.url_for(status.proper), class: 'detailed-status__datetime', target: stream_link_target, rel: 'noopener noreferrer' do
 | 
			
		||||
        %time.formatted{ datetime: status.created_at.iso8601, title: l(status.created_at) }= l(status.created_at)
 | 
			
		||||
      - if status.edited?
 | 
			
		||||
        ·
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user