about summary refs log tree commit diff
path: root/app/views/settings/migrations/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/settings/migrations/show.html.haml')
-rw-r--r--app/views/settings/migrations/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/settings/migrations/show.html.haml b/app/views/settings/migrations/show.html.haml
index b7c34761f..c69061d50 100644
--- a/app/views/settings/migrations/show.html.haml
+++ b/app/views/settings/migrations/show.html.haml
@@ -6,7 +6,7 @@
     %p.hint= t('migrations.currently_redirecting')
 
     .fields-group
-      = render partial: 'authorize_follows/card', locals: { account: @migration.account }
+      = render partial: 'application/card', locals: { account: @migration.account }
 
   = render 'shared/error_messages', object: @migration