mirror of
https://github.com/discourse/discourse-chat-integration.git
synced 2025-03-09 14:35:34 +00:00
Style categories in list to match rest of Discourse
This commit is contained in:
parent
304d8f962f
commit
8b1a065e3d
@ -22,7 +22,13 @@
|
|||||||
<td>{{rule.channel}}</td>
|
<td>{{rule.channel}}</td>
|
||||||
<td>{{rule.filterName}}</td>
|
<td>{{rule.filterName}}</td>
|
||||||
|
|
||||||
<td>{{rule.categoryName}}</td>
|
<td>
|
||||||
|
{{#if rule.category}}
|
||||||
|
{{category-link rule.category allowUncategorized="true" link="false"}}
|
||||||
|
{{else}}
|
||||||
|
{{i18n "slack.choose.all_categories"}}
|
||||||
|
{{/if}}
|
||||||
|
</td>
|
||||||
|
|
||||||
|
|
||||||
{{#if siteSettings.tagging_enabled}}
|
{{#if siteSettings.tagging_enabled}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user