From 4b911fea03a204a1a1cc0e5f63ede1679e0494c3 Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Thu, 20 Jul 2017 23:07:13 +0200 Subject: Add button to re-subscribe to all accounts from a domain (#4285) --- app/views/admin/instances/_instance.html.haml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'app/views/admin') 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') } -- cgit