diff --git a/app/helpers/samples_helper.rb b/app/helpers/samples_helper.rb
index 2a38b98380..b183133412 100644
--- a/app/helpers/samples_helper.rb
+++ b/app/helpers/samples_helper.rb
@@ -166,13 +166,13 @@ def linked_custom_metadata_attribute_display(value, attribute)
v = value ? value[attr.title.to_s] : nil
html += '
'
if attr.linked_custom_metadata? || attr.linked_custom_metadata_multi?
- html += content_tag(:span, class: 'linked_custom_metdata_display') do
+ html += content_tag(:div, class: 'linked_custom_metdata_display') do
folding_panel(attr.label, true, id:attr.title) do
display_attribute_value(v, attr)
end
end
else
- html += ''+' : '
+ html += ''+' : '
html += display_attribute_value(v, attr)
end
html += '
- <%= link_to 'German Network for Bioinformatics Infrastructure – de.NBI', 'https://www.denbi.de/', target:'_blank' %>
- - A national, academic and non-profit infrastructure supported by the Federal Ministry of Education and Research providing bioinformatics services to users in life sciences research and biomedicine
- in Germany and Europe. The partners organize training events, courses and summer schools on tools, standards and compute services provided by de.NBI to assist researchers to more effectively exploit their data.
-
-
-