mirror of
https://github.com/wekan/wekan.git
synced 2026-02-12 11:14:21 +01:00
Added back Global Search related code that caused Snap to not build.
Thanks to xet7 ! Related https://github.com/wekan/wekan/pull/3492
This commit is contained in:
parent
a17e628872
commit
334dfa5cb6
2 changed files with 6 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ template(name="globalSearch")
|
|||
else
|
||||
h1
|
||||
= resultsHeading.get
|
||||
a.fa.fa-link(title="{{_ 'link-to-search' }}" href="")
|
||||
a.fa.fa-link(title="{{_ 'link-to-search' }}" href="{{ getSearchHref }}")
|
||||
each card in results.get
|
||||
+resultCard(card)
|
||||
table.global-search-footer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue