diff --git a/views/_follows.erb b/views/_follows.erb index 0517ae9f..ef111417 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -1,7 +1,7 @@ <% site_followings = site.followings %> <% if (!is_current_site && !site_followings.empty?) || is_current_site %>
You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> @@ -15,7 +15,7 @@ <% site_follows = site.follows %> <% if (!is_current_site && !site_follows.empty?) || is_current_site %>