mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-14 21:24:54 +08:00
10 lines
397 B
Text
10 lines
397 B
Text
<p class="step-description-component-note"><b><%= t('protocol_importers.templates.note.title') %></b><br/>
|
|
<% if item[:author].present? %>
|
|
<%= "#{t('protocol_importers.templates.note.author')}: #{item[:author]}" %><br/>
|
|
<% end %>
|
|
|
|
<% if item[:body].present? %>
|
|
<%= item[:body] %>
|
|
<% end %>
|
|
</p>
|
|
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|