scinote-web/app/views/protocol_importers/templates/_note.html.erb

5 lines
301 B
Plaintext
Raw Normal View History

<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 } %>