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

6 lines
380 B
Plaintext
Raw Normal View History

<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/>
2019-07-08 23:22:29 +08:00
</p>
<%= render partial: 'protocol_importers/templates/details', locals: { item: item } %>