mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
At Search All Cards, now it's possible to click found card to open it.
Thanks to xet7 ! Related #2074
This commit is contained in:
parent
0580237270
commit
10f74f5152
1 changed files with 2 additions and 1 deletions
|
@ -34,7 +34,8 @@ template(name="globalSearch")
|
|||
span.global-search-error-messages
|
||||
| {{_ msg.tag msg.value }}
|
||||
each card in results
|
||||
+resultCard(card)
|
||||
a.minicard-wrapper(href=card.absoluteUrl)
|
||||
+resultCard(card)
|
||||
else
|
||||
.global-search-instructions
|
||||
h1 Search Operators
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue