From 5e283cf62d07f492037468107d8394c04a345449 Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Mon, 23 Mar 2015 17:23:18 -0700 Subject: [PATCH] Fix tag in follow header --- views/_follows.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/_follows.erb b/views/_follows.erb index 79efe190..0517ae9f 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 ? '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 %>