mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 01:47:39 -07:00
fix button
This commit is contained in:
parent
d1d29d3a5d
commit
4393eba659
1 changed files with 6 additions and 6 deletions
|
@ -210,6 +210,12 @@
|
|||
><i class="ph-key ph-bold ph-lg"></i>
|
||||
{{ i18n.ts.resetPassword }}</FormButton
|
||||
>
|
||||
<FormButton
|
||||
v-if="user.host == null && iAmModerator"
|
||||
inline
|
||||
@click="sendModMail"
|
||||
>{{ i18n.ts.sendModMail }}</FormButton
|
||||
>
|
||||
<FormButton
|
||||
v-if="$i.isAdmin"
|
||||
inline
|
||||
|
@ -218,12 +224,6 @@
|
|||
>{{ i18n.ts.deleteAccount }}</FormButton
|
||||
>
|
||||
</div>
|
||||
<MkButton
|
||||
v-if="user.host == null && iAmModerator"
|
||||
inline
|
||||
@click="sendModMail"
|
||||
>{{ i18n.ts.sendModMail }}</MkButton
|
||||
>
|
||||
<FormTextarea
|
||||
v-model="moderationNote"
|
||||
manual-save
|
||||
|
|
Loading…
Reference in a new issue