0
0
Fork 0

Add hint about 7 day cooldown for archive takeout (#7375)

This commit is contained in:
Eugen Rochko 2018-05-06 10:53:10 +02:00 committed by GitHub
parent b611dbac79
commit 39efc6d533
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -10,15 +10,15 @@
%td
%tr
%th= t('exports.follows')
%td= @export.total_follows
%td= number_to_human @export.total_follows
%td= table_link_to 'download', t('exports.csv'), settings_exports_follows_path(format: :csv)
%tr
%th= t('exports.blocks')
%td= @export.total_blocks
%td= number_to_human @export.total_blocks
%td= table_link_to 'download', t('exports.csv'), settings_exports_blocks_path(format: :csv)
%tr
%th= t('exports.mutes')
%td= @export.total_mutes
%td= number_to_human @export.total_mutes
%td= table_link_to 'download', t('exports.csv'), settings_exports_mutes_path(format: :csv)
%p.muted-hint= t('exports.archive_takeout.hint_html')