mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 20:24:43 +08:00
5 lines
380 B
Text
5 lines
380 B
Text
<p class="step-description-component-gotostep"><b><%= t('protocol_importers.templates.gotostep.title') %></b><br/>
|
|
<%= "#{t('protocol_importers.templates.gotostep.number')}: #{item[:step_id]}" %><br/>
|
|
<%= "#{t('protocol_importers.templates.gotostep.reason')}: #{item[:value]}" %><br/>
|
|
</p>
|
|
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>
|