diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-07-15 13:10:50 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-07-15 14:12:21 -0500 |
commit | 0a5eba734e6aa6a6e7e8f64b022af8ea129c9f5d (patch) | |
tree | e6c0c0e6d54e03eecb22af00ba3ec5af1ac71fc2 /app/views/settings/exports | |
parent | 29643fd6c42bcee5a1d6a4a137256b33996c60f2 (diff) |
add ability to export followers
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 |