mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2025-01-22 13:37:58 +01:00
Show search score in search results
This commit is contained in:
parent
71d3b3086e
commit
48ed4e3cac
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ div
|
|||
small = doc.originator
|
||||
'
|
||||
small = l doc.published_at.to_date
|
||||
'
|
||||
small = doc._score
|
||||
= link_to doc.url, target: '_blank' do
|
||||
div = doc.name
|
||||
|
||||
|
|
Loading…
Reference in a new issue