diff --git a/app/views/notes/show.html.erb b/app/views/notes/show.html.erb
index fa254f52f9..341a42201a 100644
--- a/app/views/notes/show.html.erb
+++ b/app/views/notes/show.html.erb
@@ -2,6 +2,7 @@
<% if current_user && @node.tags.length == 0 %>
<%= raw t('notes.show.note_no_tags') %>
<% end %>
+ <% if @node.has_power_tag('status:candidate') %>
<% if @node.has_power_tag('replication') %>
<% end %>
<% if @node.has_power_tag('build') %>
<% end %>