mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
- Escpae results
This commit is contained in:
parent
73714d66d6
commit
4b9d940341
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
%ul.results
|
||||
- @hits.reverse.each do |hit|
|
||||
%li.event{ :"data-full" => hit.to_json }
|
||||
= hit["_source"]["message"]
|
||||
&= hit["_source"]["message"]
|
||||
- if @hits.length == 0
|
||||
- if !params[:q]
|
||||
No query given. How about <a href="#*">this?</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue