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') %>
This was marked as a candidate activity -- read about how to adapt its content into a fully-fledged, step-by-step activity that can be easily replicated.
<% if @node.has_power_tag('replication') %>
<%= raw t('notes.show.replication') %> <%= raw t('notes.show.replication_link') %>.
<% end %> <% if @node.has_power_tag('build') %>
<%= raw t('notes.show.build') %> <%= raw t('notes.show.build_link') %>.
<% end %>