Add link to RSS feed to the profile

This commit is contained in:
Charlotte 🦝 Delenk 2022-11-24 17:51:45 +01:00
parent 1c3bd60af2
commit 4e098bee4c
Signed by untrusted user: darkkirb
GPG Key ID: AB2BD8DAF2E37122
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"