mirror of
https://github.com/CodeforLeipzig/stadtratmonitor.git
synced 2024-12-22 15:43:14 +01:00
Show search score in search results
This commit is contained in:
parent
2ec222281c
commit
c434dc3e85
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