From 8b1a065e3d6fc0aa307f3677aa608a06fcf50114 Mon Sep 17 00:00:00 2001 From: David Taylor Date: Thu, 29 Jun 2017 13:28:49 +0100 Subject: [PATCH] Style categories in list to match rest of Discourse --- .../discourse/templates/admin/plugins-chat-provider.hbs | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs b/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs index e8748d1..4271929 100644 --- a/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs +++ b/assets/javascripts/discourse/templates/admin/plugins-chat-provider.hbs @@ -22,7 +22,13 @@ {{rule.channel}} {{rule.filterName}} - {{rule.categoryName}} + + {{#if rule.category}} + {{category-link rule.category allowUncategorized="true" link="false"}} + {{else}} + {{i18n "slack.choose.all_categories"}} + {{/if}} + {{#if siteSettings.tagging_enabled}}