about summary refs log tree commit diff
path: root/app/views
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-15 13:10:50 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-15 14:12:21 -0500
commit0a5eba734e6aa6a6e7e8f64b022af8ea129c9f5d (patch)
treee6c0c0e6d54e03eecb22af00ba3ec5af1ac71fc2 /app/views
parent29643fd6c42bcee5a1d6a4a137256b33996c60f2 (diff)
add ability to export followers
Diffstat (limited to 'app/views')
-rw-r--r--app/views/settings/exports/show.html.haml2
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