|
|
@ -145,7 +145,7 @@
|
|
|
|
<span v-if="profile.pronouns" class="text-muted small">{{profile.pronouns.join('/')}}</span>
|
|
|
|
<span v-if="profile.pronouns" class="text-muted small">{{profile.pronouns.join('/')}}</span>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
<p v-if="profile.note" class="mb-0" v-html="profile.note"></p>
|
|
|
|
<p v-if="profile.note" class="mb-0" v-html="profile.note"></p>
|
|
|
|
<p v-if="profile.website"><a :href="profile.website" class="profile-website small" rel="me external nofollow noopener" target="_blank" @click.prevent="remoteRedirect(profile.website)">{{formatWebsite(profile.website)}}</a></p>
|
|
|
|
<p v-if="profile.website"><a :href="profile.website" class="profile-website small" rel="me external nofollow noopener" target="_blank">{{formatWebsite(profile.website)}}</a></p>
|
|
|
|
<p class="d-flex small text-muted align-items-center">
|
|
|
|
<p class="d-flex small text-muted align-items-center">
|
|
|
|
<span v-if="profile.is_admin" class="btn btn-outline-danger btn-sm py-0 mr-3" title="Admin Account" data-toggle="tooltip">
|
|
|
|
<span v-if="profile.is_admin" class="btn btn-outline-danger btn-sm py-0 mr-3" title="Admin Account" data-toggle="tooltip">
|
|
|
|
Admin
|
|
|
|
Admin
|
|
|
|