Updated stream_entries view detailed_status "open in web" link

This commit is contained in:
mgabdev 2019-08-17 01:15:02 -04:00
parent e576c2c3d7
commit 57b37e0555

View File

@ -75,4 +75,4 @@
- if user_signed_in?
·
= link_to t('statuses.open_in_web'), web_url("statuses/#{status.id}"), class: 'detailed-status__application', target: '_blank'
= link_to t('statuses.open_in_web'), web_url("#{status.account.acct}/posts/#{status.id}"), class: 'detailed-status__application', target: '_blank'