Skip to content

Commit

Permalink
Issue 26048: swap "muting" and "blocking" list options in settings ->…
Browse files Browse the repository at this point in the history
… Data Exports (mastodon#26088)
  • Loading branch information
fixermark authored Oct 26, 2023
1 parent 75255c0 commit ba8dcb5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/views/settings/exports/show.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@
%th= t('admin.accounts.followers')
%td= number_with_delimiter @export.total_followers
%td
%tr
%th= t('exports.blocks')
%td= number_with_delimiter @export.total_blocks
%td= table_link_to 'download', t('exports.csv'), settings_exports_blocks_path(format: :csv)
%tr
%th= t('exports.mutes')
%td= number_with_delimiter @export.total_mutes
%td= table_link_to 'download', t('exports.csv'), settings_exports_mutes_path(format: :csv)
%tr
%th= t('exports.blocks')
%td= number_with_delimiter @export.total_blocks
%td= table_link_to 'download', t('exports.csv'), settings_exports_blocks_path(format: :csv)
%tr
%th= t('exports.domain_blocks')
%td= number_with_delimiter @export.total_domain_blocks
Expand Down

0 comments on commit ba8dcb5

Please sign in to comment.