mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-06 15:05:26 +08:00
6 lines
201 B
Text
6 lines
201 B
Text
<p>
|
|
<%= item[:details]&.any? ? "<b>#{t('protocol_importers.templates.details.title') }</b>" : '' %>
|
|
<% item[:details]&.each do |k, v| %>
|
|
<%= "#{k.camelize.to_s}: #{v.to_s}" %>
|
|
<% end %>
|
|
</p>
|