mirror of
https://github.com/wekan/wekan.git
synced 2025-12-24 11:20:13 +01:00
Fixed v7.01.0 fresh install in listview first column small.
Thanks to intellekta and xet7 ! Fixes #5034
This commit is contained in:
parent
f3845549fe
commit
7b607b2aaf
1 changed files with 5 additions and 5 deletions
|
|
@ -29,20 +29,20 @@ template(name="listsGroup")
|
|||
if currentList
|
||||
+list(currentList)
|
||||
else
|
||||
each lists
|
||||
+miniList(this)
|
||||
if currentUser.isBoardMember
|
||||
unless currentUser.isCommentOnly
|
||||
+addListForm
|
||||
each lists
|
||||
+miniList(this)
|
||||
else
|
||||
if currentUser.isBoardMember
|
||||
unless currentUser.isCommentOnly
|
||||
+addListForm
|
||||
each lists
|
||||
if visible this
|
||||
+list(this)
|
||||
if currentCardIsInThisList _id null
|
||||
+cardDetails(currentCard)
|
||||
if currentUser.isBoardMember
|
||||
unless currentUser.isCommentOnly
|
||||
+addListForm
|
||||
|
||||
template(name="addListForm")
|
||||
unless currentUser.isWorker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue