Skip to content
Snippets Groups Projects
Commit 377b8988 authored by Shpuld Shpludson's avatar Shpuld Shpludson
Browse files

Merge branch 'badge-checkbox' into 'develop'

Show badge visibility user setting checkbox only if needed

See merge request !999
parents 10bb22b5 44cd5ef8
No related branches found
No related tags found
2 merge requests!1028`master` refresh with `develop`,!999Show badge visibility user setting checkbox only if needed
Pipeline #20172 passed
......@@ -104,7 +104,7 @@
{{ $t('settings.hide_followers_count_description') }}
</Checkbox>
</p>
<p>
<p v-if="role === 'admin' || role === 'moderator'">
<Checkbox v-model="showRole">
<template v-if="role === 'admin'">
{{ $t('settings.show_admin_badge') }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment