mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 04:57:07 -04:00
Fix syntax in myCards.jade.
Thanks to xet7 !
This commit is contained in:
parent
a9390a9897
commit
d271678ef4
1 changed files with 6 additions and 6 deletions
|
@ -71,14 +71,14 @@ template(name="myCards")
|
|||
.my-cards-board-badge(class=board.colorClass, id="header")
|
||||
.my-cards-card-title-table
|
||||
a.minicard-wrapper(href=card.originRelativeUrl)
|
||||
{{card.title}}
|
||||
| {{card.title}}
|
||||
td
|
||||
{{list.title}}
|
||||
| {{list.title}}
|
||||
td
|
||||
a(href=board.originRelativeUrl)
|
||||
{{board.title}}
|
||||
| {{board.title}}
|
||||
td
|
||||
{{swimlane.title}}
|
||||
| {{swimlane.title}}
|
||||
|
||||
unless isMiniScreen
|
||||
td
|
||||
|
@ -90,10 +90,10 @@ template(name="myCards")
|
|||
.div
|
||||
each label in card.labelIds
|
||||
span.card-label(class="card-label-{{labelColor board label}}" title=name)
|
||||
{{labelName board label}}
|
||||
| {{labelName board label}}
|
||||
td
|
||||
if card.dueAt
|
||||
{{ moment card.dueAt 'LLL' }}
|
||||
| {{ moment card.dueAt 'LLL' }}
|
||||
|
||||
template(name="myCardsViewChangePopup")
|
||||
if currentUser
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue