add mrf tags display on user profile
This commit is contained in:
parent
eed89f2165
commit
bf0403e330
2 changed files with 15 additions and 1 deletions
|
|
@ -212,6 +212,12 @@
|
|||
>
|
||||
{{ $t('user_card.group') }}
|
||||
</span>
|
||||
<span
|
||||
v-for="tag in user.tags"
|
||||
class="alert warning user-role"
|
||||
>
|
||||
{{ $t('user_card.tags.' + tag) }}
|
||||
</span>
|
||||
</template>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue