mirror of
https://github.com/wekan/wekan.git
synced 2026-01-25 10:46:09 +01:00
My Cards development
* always go to page * use minicard for displaying cards * change the icon for my cards menu option
This commit is contained in:
parent
885de88d35
commit
a58b27e9b0
5 changed files with 47 additions and 46 deletions
|
|
@ -24,6 +24,5 @@ template(name="myCards")
|
|||
| {{_ 'list' }}:
|
||||
= list.title
|
||||
each card in list.cards
|
||||
.card-title
|
||||
| {{_ 'card' }}:
|
||||
= card.title
|
||||
a.minicard-wrapper.card-title(href="{{pathFor 'card' boardId=board.id slug=board.slug cardId=card._id }}")
|
||||
+minicard(card)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue