more my cards

* add user menu entry (needs icon)
* format list
* add new translation slugs to English and Arabic
This commit is contained in:
John R. Supplee 2021-01-01 01:04:53 +02:00
parent 223fb78bd8
commit 885de88d35
7 changed files with 30 additions and 11 deletions

View file

@ -11,19 +11,19 @@ template(name="myCardsModalTitle")
template(name="myCards")
.wrapper
h2 User Id
p= userId
//p= query.assignees
h1 My Cards
each board in cardsFind
.board-title
| {{_ 'board' }}:
= board.title
each swimlane in board.swimlanes
.swimlane-title
| {{_ 'swimlane' }}:
= swimlane.title
each list in swimlane.lists
.list-title
| {{_ 'list' }}:
= list.title
each card in list.cards
.card-details-title
.card-title
| {{_ 'card' }}:
= card.title

View file

@ -32,4 +32,8 @@
.list-title
margin-top: 5px
font-weight: bold
margin-left: 2em
margin-left: 1.6em
.card-title
margin-top: 5px
margin-left: 1.8em