2016-07-21 19:11:15 +08:00
|
|
|
<% if @protocol.description.present? %>
|
2019-03-22 17:52:26 +08:00
|
|
|
<strong><%= @protocol.tinymce_render(:description) %></strong>
|
2016-07-21 19:11:15 +08:00
|
|
|
<% else %>
|
|
|
|
<em><%= t("protocols.header.no_description") %></em>
|
|
|
|
<% end %>
|