mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-13 00:15:48 +08:00
Fix search description for step
This commit is contained in:
parent
f44404a1f8
commit
11b3b7b4e9
1 changed files with 4 additions and 1 deletions
|
@ -8,7 +8,10 @@
|
|||
<p>
|
||||
<span>
|
||||
<%=t "search.index.description" %>
|
||||
<%= highlight step.description, search_query.strip.split(/\s+/) %>
|
||||
<%= highlight custom_auto_link(step.tinymce_render(:description),
|
||||
simple_format: false,
|
||||
tags: %w(img),
|
||||
team: current_team), search_query.strip.split(/\s+/) %>
|
||||
</span>
|
||||
<p>
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue