mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 18:42:44 +08:00
Add group icon to restricted parent categories
This commit is contained in:
parent
56096619c0
commit
f027563447
|
@ -19,7 +19,12 @@
|
|||
<div class="pull-left">
|
||||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
||||
|
||||
<h3>{{#link-to 'discovery.parentCategory' this}}{{unbound name}}{{/link-to}}</h3>
|
||||
<h3>
|
||||
{{#if read_restricted}}<i class='fa fa-group'></i>{{/if}}
|
||||
{{#link-to 'discovery.parentCategory' this}}
|
||||
{{unbound name}}
|
||||
{{/link-to}}
|
||||
</h3>
|
||||
{{#if unreadTopics}}
|
||||
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}}</a>
|
||||
{{/if}}
|
||||
|
|
Loading…
Reference in New Issue
Block a user