mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 23:15:34 +08:00
5 lines
301 B
Text
5 lines
301 B
Text
|
<p class="step-description-component-note"><b><%= t('protocol_importers.templates.note.title') %></b><br/>
|
||
|
<%= "#{t('protocol_importers.templates.note.author')}: #{item[:author]}" %><br/>
|
||
|
<%= item[:body] %></p>
|
||
|
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|