2017-07-18 11:17:03 -04:00
|
|
|
|
|
|
|
<td>
|
2017-07-31 12:09:21 -04:00
|
|
|
{{rule.filterName}}
|
2017-07-18 11:17:03 -04:00
|
|
|
</td>
|
|
|
|
|
|
|
|
<td>
|
2017-07-31 12:09:21 -04:00
|
|
|
{{#if rule.category}}
|
|
|
|
{{category-link rule.category allowUncategorized="true" link="false"}}
|
|
|
|
{{else if rule.group_id}}
|
|
|
|
{{i18n "chat_integration.group_prefix"}} {{rule.group_name}}
|
2017-07-18 11:17:03 -04:00
|
|
|
{{else}}
|
2017-07-31 12:09:21 -04:00
|
|
|
{{i18n "chat_integration.all_categories"}}
|
2017-07-18 11:17:03 -04:00
|
|
|
{{/if}}
|
|
|
|
</td>
|
|
|
|
|
|
|
|
|
|
|
|
{{#if siteSettings.tagging_enabled}}
|
|
|
|
<td>
|
2017-07-31 12:09:21 -04:00
|
|
|
{{#if rule.tags}}
|
|
|
|
{{rule.tags}}
|
2017-07-18 11:17:03 -04:00
|
|
|
{{else}}
|
2017-07-31 12:09:21 -04:00
|
|
|
{{i18n "chat_integration.all_tags"}}
|
2017-07-18 11:17:03 -04:00
|
|
|
{{/if}}
|
|
|
|
</td>
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
<td>
|
2017-07-31 12:09:21 -04:00
|
|
|
{{d-button action="edit" actionParam=rule icon="pencil" class="edit" title="chat_integration.rule_table.edit_rule"}}
|
|
|
|
{{d-button action="delete" actionParam=rule icon="trash-o" class="delete" title="chat_integration.rule_table.delete_rule"}}
|
|
|
|
|
2017-07-18 11:17:03 -04:00
|
|
|
</td>
|