Fix smart annotation in experiment details modal [SCI-5583]

This commit is contained in:
aignatov-bio 2021-03-22 15:36:10 +01:00
parent ee73088a81
commit e4256342d9

View file

@ -9,7 +9,7 @@
</div>
<div class="modal-body">
<p>
<%= @experiment.description %>
<%= custom_auto_link(@experiment.description, team: current_team) %>
</p>
</div>
<div class="modal-footer">