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 %> +