From 63084746e43acff1abf03d73406ff467249853a5 Mon Sep 17 00:00:00 2001 From: Janitha Missaka <49041052+Janitham97@users.noreply.github.com> Date: Wed, 17 Jun 2020 19:30:01 +0530 Subject: [PATCH] fix issue #8032 (#8036) * fix issue #8032 * alright # --- app/views/tag/_tags.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/tag/_tags.html.erb b/app/views/tag/_tags.html.erb index 7017bec429..635f235887 100644 --- a/app/views/tag/_tags.html.erb +++ b/app/views/tag/_tags.html.erb @@ -48,7 +48,7 @@ <% end %> <% if logged_in_as(['admin', 'moderator']) || (current_user && current_user.uid == tag.uid) %> - + <% end %>