mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-02-06 20:00:48 +00:00
Add rss to profiles
This commit is contained in:
parent
59a6354f13
commit
4705e298f8
1 changed files with 5 additions and 2 deletions
|
@ -17,8 +17,11 @@
|
||||||
<div class="username-bar pb-2 d-flex align-items-center">
|
<div class="username-bar pb-2 d-flex align-items-center">
|
||||||
<span class="font-weight-ultralight h1">{{profile.username}}</span>
|
<span class="font-weight-ultralight h1">{{profile.username}}</span>
|
||||||
<span class="pl-4" v-if="profile.is_admin">
|
<span class="pl-4" v-if="profile.is_admin">
|
||||||
<span class="btn btn-outline-danger font-weight-bold py-0">ADMIN</span>
|
<span class="btn btn-outline-secondary font-weight-bold py-0">ADMIN</span>
|
||||||
</span>
|
</span>
|
||||||
|
<span class="pl-4">
|
||||||
|
<a :href="'/users/'+profile.username+'.atom'" class="fas fa-rss fa-lg text-muted"></a>
|
||||||
|
</span>
|
||||||
<span class="pl-4" v-if="owner">
|
<span class="pl-4" v-if="owner">
|
||||||
<a class="fas fa-cog fa-lg text-muted" href="/settings/home"></a>
|
<a class="fas fa-cog fa-lg text-muted" href="/settings/home"></a>
|
||||||
</span>
|
</span>
|
||||||
|
@ -44,7 +47,7 @@
|
||||||
Followers
|
Followers
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="profileSettings.following.count" class="font-weight-light pr-5">
|
<div v-if="profileSettings.following.count" class="font-weight-light">
|
||||||
<a class="text-dark cursor-pointer" v-on:click="followingModal()">
|
<a class="text-dark cursor-pointer" v-on:click="followingModal()">
|
||||||
<span class="font-weight-bold">{{profile.following_count}}</span>
|
<span class="font-weight-bold">{{profile.following_count}}</span>
|
||||||
Following
|
Following
|
||||||
|
|
Loading…
Reference in a new issue