fix button
This commit is contained in:
parent
97aedcb564
commit
850b3a2c6d
|
@ -210,6 +210,12 @@
|
||||||
><i class="ph-key ph-bold ph-lg"></i>
|
><i class="ph-key ph-bold ph-lg"></i>
|
||||||
{{ i18n.ts.resetPassword }}</FormButton
|
{{ i18n.ts.resetPassword }}</FormButton
|
||||||
>
|
>
|
||||||
|
<FormButton
|
||||||
|
v-if="user.host == null && iAmModerator"
|
||||||
|
inline
|
||||||
|
@click="sendModMail"
|
||||||
|
>{{ i18n.ts.sendModMail }}</FormButton
|
||||||
|
>
|
||||||
<FormButton
|
<FormButton
|
||||||
v-if="$i.isAdmin"
|
v-if="$i.isAdmin"
|
||||||
inline
|
inline
|
||||||
|
@ -218,12 +224,6 @@
|
||||||
>{{ i18n.ts.deleteAccount }}</FormButton
|
>{{ i18n.ts.deleteAccount }}</FormButton
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
<MkButton
|
|
||||||
v-if="user.host == null && iAmModerator"
|
|
||||||
inline
|
|
||||||
@click="sendModMail"
|
|
||||||
>{{ i18n.ts.sendModMail }}</MkButton
|
|
||||||
>
|
|
||||||
<FormTextarea
|
<FormTextarea
|
||||||
v-model="moderationNote"
|
v-model="moderationNote"
|
||||||
manual-save
|
manual-save
|
||||||
|
|
Loading…
Reference in New Issue