This repository has been archived on 2024-06-09. You can view files and clone it, but cannot push or open issues/pull-requests.
2017-02-27 00:15:00 +01:00
|
|
|
- content_for :page_title do
|
|
|
|
= t('settings.export')
|
2017-03-19 20:29:41 +01:00
|
|
|
|
|
|
|
%table.table
|
|
|
|
%tbody
|
|
|
|
%tr
|
|
|
|
%th= t('exports.storage')
|
|
|
|
%td= number_to_human_size @total_storage
|
|
|
|
%td
|
|
|
|
%tr
|
|
|
|
%th= t('exports.follows')
|
|
|
|
%td= @total_follows
|
|
|
|
%td= table_link_to 'download', t('exports.csv'), follows_settings_export_path(format: :csv)
|
|
|
|
%tr
|
|
|
|
%th= t('exports.blocks')
|
|
|
|
%td= @total_blocks
|
|
|
|
%td= table_link_to 'download', t('exports.csv'), blocks_settings_export_path(format: :csv)
|