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-08-01 15:12:42 -04:00
|
|
|
{{#if isCategory}}
|
|
|
|
{{#if rule.category}}
|
|
|
|
{{category-link rule.category allowUncategorized="true" link="false"}}
|
|
|
|
{{else}}
|
|
|
|
{{i18n "chat_integration.all_categories"}}
|
|
|
|
{{/if}}
|
|
|
|
{{else if isMention}}
|
|
|
|
{{i18n "chat_integration.group_mention_template" name=rule.group_name}}
|
|
|
|
{{else if isMessage}}
|
|
|
|
{{i18n "chat_integration.group_message_template" name=rule.group_name}}
|
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>
|