mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-17 14:46:00 +08:00
44c919d3dc
* Implement shareable link task view [SCI-8752]
12 lines
307 B
Text
12 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>
|
|
|