mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-28 01:56:01 -05:00
Add group icon to restricted parent categories
This commit is contained in:
parent
56096619c0
commit
f027563447
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@
|
||||||
<div class="pull-left">
|
<div class="pull-left">
|
||||||
{{#if controller.ordering}}<i class="fa fa-bars"></i>{{/if}}
|
{{#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}}
|
{{#if unreadTopics}}
|
||||||
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}}</a>
|
<a href={{unbound unreadUrl}} class='badge new-posts badge-notification' title='{{i18n topic.unread_topics count="unreadTopics"}}'>{{unbound unreadTopics}}</a>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
|
Loading…
Reference in a new issue