1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-25 08:09:43 +02:00

Show default category indicator to admins

Fixes #339
This commit is contained in:
HarveyKandola 2019-11-15 16:38:56 +00:00
parent f117e91bcb
commit d4edcb8b2c
2 changed files with 7 additions and 4 deletions

View file

@ -31,6 +31,9 @@
{{#unless cat.access}}
<p class="color-red-600 bold-500">You have no view permission for this category</p>
{{/unless}}
{{#if cat.isDefault}}
<p class="color-yellow-600 bold-500">Default category for new content</p>
{{/if}}
</div>
<div class="actions">
{{#ui/ui-toolbar dark=false light=true raised=true large=false bordered=true}}