mirror of https://github.com/tootsuite/mastodon
Fix error on migration page (#19386)
parent
8a1d10cb35
commit
dd5d99f83f
|
@ -76,7 +76,7 @@
|
||||||
- if migration.target_account.present?
|
- if migration.target_account.present?
|
||||||
= compact_account_link_to migration.target_account
|
= compact_account_link_to migration.target_account
|
||||||
- else
|
- else
|
||||||
= migration.pretty_acct
|
= migration.acct
|
||||||
|
|
||||||
%td= number_with_delimiter migration.followers_count
|
%td= number_with_delimiter migration.followers_count
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue