From f9a653262a3850f36fdc19a9dc66eed3c4d22d53 Mon Sep 17 00:00:00 2001 From: Federico Chaves <90200540+fedechaves@users.noreply.github.com> Date: Tue, 17 May 2022 11:00:35 -0400 Subject: [PATCH] Update Tag Popover Text #10987 (#11127) Update Tag Popover Text #10987 Changes in line 18 --- 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 8e89bb172e..45a27ab867 100644 --- a/app/views/tag/_tags.html.erb +++ b/app/views/tag/_tags.html.erb @@ -15,7 +15,7 @@

<%= render partial: 'tag/miniCard', locals: { tag: tag, grey: power_tag } %>

<% else %> -

+

<%= tag.name %> <% if logged_in_as(['admin', 'moderator']) || (current_user && ( current_user.uid == @node.uid || current_user.uid == tag.uid)) %> <% if tag.name.include? ':' %>