From e4d4f5e4b4521f4115da104f8a587b83d0b1c119 Mon Sep 17 00:00:00 2001 From: Nicolei Ocana Date: Mon, 4 Nov 2019 19:53:08 +0000 Subject: [PATCH] Fix 'Posting from tag pages not tagging properly #6592' --- app/views/tag/show.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/show.html.erb b/app/views/tag/show.html.erb index 8cd9046877..f7b89b52f4 100644 --- a/app/views/tag/show.html.erb +++ b/app/views/tag/show.html.erb @@ -25,7 +25,7 @@
<% if current_user && current_user.following(@title) %> - New post + New post <% else %> Follow <% if @related_tags %>