From 31dcdc9cedfa9a29330cbe56cace115c69626880 Mon Sep 17 00:00:00 2001 From: Varun Arora <54243024+VarunAroraCode@users.noreply.github.com> Date: Tue, 20 Apr 2021 01:08:33 -0400 Subject: [PATCH] Update show.html.erb --- app/views/notes/show.html.erb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb index de737e3da2..9fe39b2204 100644 --- a/app/views/notes/show.html.erb +++ b/app/views/notes/show.html.erb @@ -91,7 +91,11 @@ current_user.id == @node.id || current_user.is_coauthor?(@node) ) && @node.has_tag('event') %>
-

This looks like an event.

+

This looks like an event. + <% unless @node.has_power_tag('date') %> + + <% end %> +