fix button
This commit is contained in:
parent
97aedcb564
commit
850b3a2c6d
|
@ -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 New Issue