Merge pull request #633 from okriuchykhin/ok_SCI_960_v2

Add smart annotations in sample info modal [SCI-960]
This commit is contained in:
okriuchykhin 2017-05-31 11:31:14 +02:00 committed by GitHub
commit c88fc84538

View file

@ -40,7 +40,7 @@
<br>
<span>
<%= t "samples.modal_info.custom_field", cf: sample_custom_field.custom_field.name %>
<%= sample_custom_field.value %>
<%= custom_auto_link(sample_custom_field.value, simple_format: false, team: @team) %>
</span>
<% end %>
</p>