<% if current_user && current_user.following(params[:id]) %>
-
New post
+
New post
<% else %>
Follow
<% if @related_tags %>
@@ -185,3 +185,10 @@
color: #666;
}
+
+
+
diff --git a/app/views/tag/show/_user_controls.html.erb b/app/views/tag/show/_user_controls.html.erb
index a896a2af2d..ea14b82e09 100644
--- a/app/views/tag/show/_user_controls.html.erb
+++ b/app/views/tag/show/_user_controls.html.erb
@@ -2,35 +2,48 @@