From 69a0b909303cec85369d001fdac34ebba167056e Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 30 Jun 2019 19:28:19 -0700 Subject: [PATCH] Clearer follower desc --- views/_follows.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %>
-

<%= is_current_site ? 'You follow' : 'This site follows' %>

+

<%= is_current_site ? 'Sites you follow' : 'This site follows' %>

<% if site_followings.empty? %>

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 %>

-

Followers

+

Sites that follow you

<% if site_follows.empty? %> No followers yet. <% else %>