scinote-web/app/views/protocols/header/_keywords_label.html.erb
2017-01-12 16:54:15 +01:00

6 lines
220 B
Plaintext

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