scinote-web/app/views/shareable_links/my_modules/_inline_view.html.erb

13 lines
307 B
Text
Raw Normal View History

<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>