mirror of
https://github.com/wekan/wekan.git
synced 2025-12-20 09:20:12 +01:00
16 lines
524 B
Text
16 lines
524 B
Text
template(name="searchSidebar")
|
|
form.js-search-term-form
|
|
input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto")
|
|
.list-body
|
|
.minilists.clearfix.js-minilists
|
|
hr
|
|
| {{_ 'lists' }}
|
|
each (lists)
|
|
a.minilist-wrapper.js-minilist(href=originRelativeUrl)
|
|
+minilist(this)
|
|
.minicards.clearfix.js-minicards
|
|
hr
|
|
| {{_ 'cards' }}
|
|
each (cards)
|
|
a.minicard-wrapper.js-minicard(href=originRelativeUrl)
|
|
+minicard(this)
|