From bb5bb456873abda8a13bf032a05352855cfa144e Mon Sep 17 00:00:00 2001 From: Victoria Wang Date: Tue, 21 Oct 2014 17:29:17 -0700 Subject: [PATCH] Fixed screenshots in following section in sidebar --- views/_follows.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/_follows.erb b/views/_follows.erb index 9304b0a0..4ce31d27 100644 --- a/views/_follows.erb +++ b/views/_follows.erb @@ -6,7 +6,7 @@

You are not following any sites yet. Add some by browsing sites or looking at your tags. <% else %> <% site.followings_dataset.select(:site_id).all.each do |following| %> - + <% end %> <% end %> @@ -21,7 +21,7 @@ <% else %> <% site.follows_dataset.select(:actioning_site_id).all.each do |follow| %> <% follow_actioning_site = follow.actioning_site_dataset.select(:username).first %> - + <% end %> <% end %>