forked from AkkomaGang/akkoma-fe
Remove needless div wrapper
This commit is contained in:
parent
9ca805a991
commit
8923492e68
1 changed files with 25 additions and 27 deletions
|
@ -1,7 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<basic-user-card :user="user">
|
<basic-user-card :user="user">
|
||||||
<template slot="secondary-area">
|
<template slot="secondary-area">
|
||||||
<div class="follow-box">
|
|
||||||
<button
|
<button
|
||||||
v-if="showFollow"
|
v-if="showFollow"
|
||||||
class="btn btn-default"
|
class="btn btn-default"
|
||||||
|
@ -27,7 +26,6 @@
|
||||||
{{ $t('user_card.follow_unfollow') }}
|
{{ $t('user_card.follow_unfollow') }}
|
||||||
</template>
|
</template>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
|
||||||
</template>
|
</template>
|
||||||
<template slot="third-area">
|
<template slot="third-area">
|
||||||
<span class="faint" v-if="!noFollowsYou && user.follows_you">
|
<span class="faint" v-if="!noFollowsYou && user.follows_you">
|
||||||
|
|
Loading…
Reference in a new issue