mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 21:48:07 +01:00
Make results a reactive var
This commit is contained in:
parent
9b6288e49c
commit
91ef8ca1ae
2 changed files with 22 additions and 9 deletions
|
|
@ -35,7 +35,7 @@ template(name="globalSearch")
|
|||
h1
|
||||
= resultsHeading.get
|
||||
a.fa.fa-link(title="{{_ 'link-to-search' }}" href="{{ getSearchHref }}")
|
||||
each card in results
|
||||
each card in results.get
|
||||
+resultCard(card)
|
||||
else
|
||||
.global-search-instructions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue