scinote-web/app/views/protocols/header/_keywords_label.html.erb
2016-12-29 15:15:29 +01:00

6 lines
227 B
Plaintext

<% if @protocol.protocol_keywords.count > 0 %>
<%= @protocol.protocol_keywords.collect{ |kw| "<strong>#{sanitize(kw.name)}</strong>" }.join(", ").html_safe %>
<% else %>
<em><%= t("protocols.no_keywords") %></em>
<% end %>