mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-09 00:49:07 +08:00
7 lines
253 B
Text
7 lines
253 B
Text
<% @contents_results.each do |content| %>
|
|
<h5>
|
|
<span class="glyphicon glyphicon-font"></span>
|
|
<%= render partial: "search/results/partials/content_text.html.erb", locals: { content: content, query: search_query } %>
|
|
</h5>
|
|
<hr>
|
|
<% end %>
|