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

5 lines
163 B
Plaintext

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