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

5 lines
180 B
Text
Raw Normal View History

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