diff --git a/views/_follows.erb b/views/_follows.erb index 57c693c8..bd0a9f74 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -12,10 +12,11 @@ <% end %> -<% if (!is_current_site && !site_followings.empty?) || is_current_site %> +<% site_follows = site.follows %> +<% if (!is_current_site && !site_follows.empty?) || is_current_site %>