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