mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-27 06:52:35 -04:00
[ads][profile] small placeholder
This commit is contained in:
parent
663cd04711
commit
c4f1c44923
@ -2,6 +2,8 @@
|
|||||||
<Page>
|
<Page>
|
||||||
<MustLogin v-if="!$user()"/>
|
<MustLogin v-if="!$user()"/>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
|
<AdPlaceholder phkey="small-homepage"/>
|
||||||
|
|
||||||
<div class="mb-3 d-flex justify-content-between flex-column flex-md-row">
|
<div class="mb-3 d-flex justify-content-between flex-column flex-md-row">
|
||||||
<h2 class="text-nowrap">
|
<h2 class="text-nowrap">
|
||||||
<Avatar :user="$user()"/>
|
<Avatar :user="$user()"/>
|
||||||
@ -15,8 +17,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<AdPlaceholder phkey="small-homepage"/>
|
|
||||||
|
|
||||||
<form @submit.prevent="save" :class="[saving ? 'saving' : '']">
|
<form @submit.prevent="save" :class="[saving ? 'saving' : '']">
|
||||||
<div v-if="$isGranted()" class="border border-primary rounded p-4">
|
<div v-if="$isGranted()" class="border border-primary rounded p-4">
|
||||||
<h3 class="h4 mb-3">
|
<h3 class="h4 mb-3">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user