diff options
Diffstat (limited to 'app/views/settings/exports')
-rw-r--r-- | app/views/settings/exports/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |