Add link to RSS feed to the profile #234

Merged
floatingghost merged 1 commits from darkkirb/pleroma-fe:add-rss-link into develop 2022-11-26 20:57:05 +00:00
1 changed files with 11 additions and 0 deletions

View File

@ -67,6 +67,17 @@
icon="external-link-alt"
/>
</a>
<a
v-if="isOtherUser"
:href="user.statusnet_profile_url + '.rss'"
target="_blank"
class="button-unstyled external-link-button"
>
<FAIcon
class="icon"
icon="rss"
/>
</a>
<AccountActions
v-if="isOtherUser && loggedIn"
:user="user"