diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-07-20 23:07:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-20 23:07:13 +0200 |
commit | 4b911fea03a204a1a1cc0e5f63ede1679e0494c3 (patch) | |
tree | 0edccd2b9e6268044b965af9c091695dc610978f /app/views/admin/instances | |
parent | 1fcdaafa6fbe6d746a096c33263d76e6819da46d (diff) |
Add button to re-subscribe to all accounts from a domain (#4285)
Diffstat (limited to 'app/views/admin/instances')
-rw-r--r-- | app/views/admin/instances/_instance.html.haml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/views/admin/instances/_instance.html.haml b/app/views/admin/instances/_instance.html.haml index 5c6783d06..435cd8f64 100644 --- a/app/views/admin/instances/_instance.html.haml +++ b/app/views/admin/instances/_instance.html.haml @@ -3,3 +3,5 @@ = instance.domain %td.count = instance.accounts_count + %td + = table_link_to 'paper-plane-o', t('admin.accounts.resubscribe'), resubscribe_admin_instances_url(by_domain: instance.domain), method: :post, data: { confirm: t('admin.accounts.are_you_sure') } |