diff --git a/app/views/tag/show.html.erb b/app/views/tag/show.html.erb index 2625c76a05..91a1b68c45 100644 --- a/app/views/tag/show.html.erb +++ b/app/views/tag/show.html.erb @@ -111,7 +111,7 @@
<% 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 @@