From ddc34feb5875fd247fc7331b7710406d6de4a143 Mon Sep 17 00:00:00 2001 From: alpaca-tc Date: Sat, 6 May 2017 11:03:07 +0900 Subject: Optimize follower_accounts and following_accounts (#2820) --- app/views/following_accounts/index.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/following_accounts/index.html.haml') diff --git a/app/views/following_accounts/index.html.haml b/app/views/following_accounts/index.html.haml index 68a0ef838..6f0de7590 100644 --- a/app/views/following_accounts/index.html.haml +++ b/app/views/following_accounts/index.html.haml @@ -6,4 +6,4 @@ = render 'accounts/header', account: @account -= render 'accounts/follow_grid', accounts: @accounts += render 'accounts/follow_grid', follows: @follows, accounts: @follows.map(&:target_account) -- cgit