scinote-web/app/views/protocols/header/_authors_label.html.erb

5 lines
151 B
Plaintext
Raw Normal View History

2016-07-21 19:11:15 +08:00
<% if @protocol.authors.present? %>
<strong><%= @protocol.authors %></strong>
<% else %>
<em><%= t("protocols.header.no_authors") %></em>
<% end %>