diff --git a/app/assets/javascripts/admin/templates/logs/screened-emails.hbs b/app/assets/javascripts/admin/templates/logs/screened-emails.hbs index b370ae419f..ce0dd4e355 100644 --- a/app/assets/javascripts/admin/templates/logs/screened-emails.hbs +++ b/app/assets/javascripts/admin/templates/logs/screened-emails.hbs @@ -1,41 +1,41 @@
{{i18n 'admin.logs.screened_emails.description'}} -
+ +| {{i18n 'admin.logs.screened_emails.email'}} | +{{i18n 'admin.logs.action'}} | +{{i18n 'admin.logs.match_count'}} | +{{i18n 'admin.logs.last_match_at'}} | +{{i18n 'admin.logs.created_at'}} | +{{i18n 'admin.logs.ip_address'}} | ++ + {{#each model as |item|}} - |
|---|---|---|---|---|---|---|
|
{{item.email}}
-
- {{item.actionName}}
- {{item.match_count}}
- {{age-with-tooltip item.last_match_at}}
- {{age-with-tooltip item.created_at}}
- {{item.ip_address}}
-
+ |
+ {{item.actionName}} | +{{i18n 'admin.logs.match_count'}} {{item.match_count}} |
+ {{i18n 'admin.logs.last_match_at'}} {{age-with-tooltip item.last_match_at}} |
+ {{i18n 'admin.logs.created_at'}} {{age-with-tooltip item.created_at}} |
+ {{item.ip_address}} | +{{d-button action="clearBlock" actionParam=item icon="check" label="admin.logs.screened_emails.actions.allow"}} - - - + | +
{{i18n 'admin.logs.screened_urls.description'}} -
+| {{i18n 'admin.logs.screened_urls.domain'}} | +{{i18n 'admin.logs.action'}} | +{{i18n 'admin.logs.match_count'}} | +{{i18n 'admin.logs.last_match_at'}} | +{{i18n 'admin.logs.created_at'}} | + + {{#each model as |url|}} -
|---|---|---|---|---|
|
{{url.domain}}
-
- {{url.actionName}}
- {{url.match_count}}
- {{age-with-tooltip url.last_match_at}}
- {{age-with-tooltip url.created_at}}
-
-
+ |
+ {{url.actionName}} | +{{i18n 'admin.logs.match_count'}} {{url.match_count}} |
+ {{i18n 'admin.logs.last_match_at'}} {{age-with-tooltip url.last_match_at}} |
+ {{i18n 'admin.logs.created_at'}} {{age-with-tooltip url.created_at}} |
+