mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-12-26 09:42:46 +08:00
Fix display of table in search results [SCI-8409] (#5454)
This commit is contained in:
parent
9b675ba2d8
commit
cf6a901b67
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
<% results.each do |table| %>
|
||||
<h5>
|
||||
<span class="fas fa-table"></span>
|
||||
<%= highlight search_query, search_query.strip.split(/\s+/) %>
|
||||
<%= highlight table.name, search_query.strip.split(/\s+/) %>
|
||||
</h5>
|
||||
|
||||
<p>
|
||||
|
|
Loading…
Reference in a new issue