スパム報告機能

Resolve #1970
This commit is contained in:
syuilo 2019-01-19 19:16:48 +09:00
parent ac5d798cde
commit 048b9c295e
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
12 changed files with 486 additions and 212 deletions

View file

@ -36,7 +36,6 @@
<span class="notes-count"><b>{{ user.notesCount | number }}</b>{{ $t('posts') }}</span>
<router-link :to="user | userPage('following')" class="following clickable"><b>{{ user.followingCount | number }}</b>{{ $t('following') }}</router-link>
<router-link :to="user | userPage('followers')" class="followers clickable"><b>{{ user.followersCount | number }}</b>{{ $t('followers') }}</router-link>
<button @click="mention" :title="$t('mention')"><fa icon="at"/></button>
</div>
</div>
</div>