Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F7687088
who_to_follow.vue
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
398 B
Referenced Files
None
Subscribers
None
who_to_follow.vue
View Options
<template>
<div class="panel panel-default">
<div class="panel-heading">
{{ $t('who_to_follow.who_to_follow') }}
</div>
<div class="panel-body">
<FollowCard
v-for="user in users"
:key="user.id"
:user="user"
class="list-item"
/>
</div>
</div>
</template>
<script src="./who_to_follow.js"></script>
<style lang="scss">
</style>
File Metadata
Details
Attached
Mime Type
text/html
Expires
Wed, Sep 3, 6:49 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
435873
Default Alt Text
who_to_follow.vue (398 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment