mirror of
https://github.com/wekan/wekan.git
synced 2025-12-30 06:08:48 +01:00
Bug Fix #2093: the broken should be prior to file attachment feature introduced, and tested export board is working. Thanks to whowillcare ! ( xet7 merged this pull request manually from https://github.com/wekan/wekan/pull/2756 ) Closes #2093
12 lines
471 B
Text
12 lines
471 B
Text
template(name="searchSidebar")
|
|
form.js-search-term-form
|
|
input(type="text" name="searchTerm" placeholder="{{_ 'search-example'}}" autofocus dir="auto")
|
|
.list-body.js-perfect-scrollbar
|
|
.minilists.clearfix.js-minilists
|
|
each (lists)
|
|
a.minilist-wrapper.js-minilist(href=absoluteUrl)
|
|
+minilist(this)
|
|
.minicards.clearfix.js-minicards
|
|
each (results)
|
|
a.minicard-wrapper.js-minicard(href=absoluteUrl)
|
|
+minicard(this)
|