scinote-web/app/views/protocols/header/_description_label.html.erb
2019-03-22 10:52:26 +01:00

5 lines
No EOL
180 B
Text

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