mirror of
https://github.com/wekan/wekan.git
synced 2026-02-17 05:28:06 +01:00
Add clickable list titles
This commit is contained in:
parent
6d9928ea8f
commit
52f920db12
4 changed files with 36 additions and 2 deletions
|
|
@ -32,11 +32,15 @@ template(name="globalSearch")
|
|||
+resultCard(card)
|
||||
else
|
||||
.global-search-instructions
|
||||
+viewer
|
||||
= searchInstructions
|
||||
h2 Label Colors
|
||||
.palette-colors: each label in labelColors
|
||||
span.card-label.palette-color.js-palette-color(class="card-label-{{label.color}}")
|
||||
= label.name
|
||||
h2 Lists
|
||||
.lists-wrapper
|
||||
each title in myLists.get
|
||||
span.card-label.list-title.js-list-title
|
||||
= title
|
||||
|
||||
template(name="globalSearchViewChangePopup")
|
||||
if currentUser
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue