mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-31 12:09:17 +08:00
Fix smart annotation in experiment details modal [SCI-5583]
This commit is contained in:
parent
ee73088a81
commit
e4256342d9
1 changed files with 1 additions and 1 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue