Adds Slug to Creator profile
This commit is contained in:
@@ -88,6 +88,7 @@
|
||||
"informations": "Informations",
|
||||
"name": "Name",
|
||||
"title": "Title",
|
||||
"slug": "Slug",
|
||||
"description": "Description",
|
||||
"banner&profile": "Banner and profile picture",
|
||||
"borderpicturecolor": "Profile picture border",
|
||||
|
||||
@@ -88,6 +88,7 @@
|
||||
"informations": "Informations",
|
||||
"name": "Nom",
|
||||
"title": "Titre",
|
||||
"slug": "Slug",
|
||||
"description": "Description",
|
||||
"banner&profile": "Bannière et photo de profil",
|
||||
"borderpicturecolor": "Bordure de la photo de profil",
|
||||
|
||||
@@ -179,6 +179,12 @@ const closeDialog = () => {
|
||||
<span class="value">{{ creatorProfileStore.creator.name }}</span>
|
||||
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
|
||||
</button>
|
||||
|
||||
<button class="action">
|
||||
<span class="label">{{ $t('creatorinfopage.slug') }}</span>
|
||||
<span class="value">{{ creatorProfileStore.creator.slug }}</span>
|
||||
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
|
||||
</button>
|
||||
|
||||
<!-- TITLE -->
|
||||
<button class="action" @click="openDialog('ChangeTitleDialog')">
|
||||
|
||||
Reference in New Issue
Block a user