scinote-web/app/views/protocols/header/_authors_label.html.erb
2016-07-21 13:11:15 +02:00

5 lines
151 B
Plaintext

<% if @protocol.authors.present? %>
<strong><%= @protocol.authors %></strong>
<% else %>
<em><%= t("protocols.header.no_authors") %></em>
<% end %>