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

4 lines
222 B
Plaintext
Raw Normal View History

2019-07-08 23:22:29 +08:00
<p class="step-description-component-warning"><b><%= t('protocol_importers.templates.warning.title') %></b><br/>
<%= item[:body] %></p>
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>