mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-16 11:53:13 +00:00
Fix error on migration page (#19386)
This commit is contained in:
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 a new issue