mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
13 lines
307 B
Text
13 lines
307 B
Text
|
<div class="sci-inline-edit" tabindex="0">
|
||
|
<div class="sci-inline-edit__content">
|
||
|
<div class="sci-inline-edit__view !whitespace-normal">
|
||
|
<% if smart_annotation_enabled %>
|
||
|
<%= smart_annotation_text(text) %>
|
||
|
<% else %>
|
||
|
<%= text %>
|
||
|
<% end %>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
|