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

6 lines
373 B
Plaintext
Raw Normal View History

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