From 0a5eba734e6aa6a6e7e8f64b022af8ea129c9f5d Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Mon, 15 Jul 2019 13:10:50 -0500 Subject: add ability to export followers --- app/views/settings/exports/show.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views') diff --git a/app/views/settings/exports/show.html.haml b/app/views/settings/exports/show.html.haml index b13cea976..455df1c2d 100644 --- a/app/views/settings/exports/show.html.haml +++ b/app/views/settings/exports/show.html.haml @@ -23,7 +23,7 @@ %tr %th= t('accounts.followers', count: @export.total_followers) %td= number_with_delimiter @export.total_followers - %td + %td= table_link_to 'download', t('exports.csv'), settings_exports_followers_path(format: :csv) %tr %th= t('exports.blocks') %td= number_with_delimiter @export.total_blocks -- cgit