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