mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Commented out links at My Cards Table, because they unexpectly caused to go elsewhere from current view.
Thanks to xet7 !
This commit is contained in:
parent
28b14777c2
commit
2c36fe3d45
1 changed files with 4 additions and 3 deletions
|
@ -70,13 +70,14 @@ template(name="myCards")
|
|||
unless isMiniScreen
|
||||
.my-cards-board-badge(class=board.colorClass, id="header")
|
||||
.my-cards-card-title-table
|
||||
a.minicard-wrapper(href=card.originRelativeUrl)
|
||||
| {{card.title}}
|
||||
| {{card.title}}
|
||||
//a.minicard-wrapper(href=card.originRelativeUrl)
|
||||
// | {{card.title}}
|
||||
td
|
||||
| {{list.title}}
|
||||
td
|
||||
a(href=board.originRelativeUrl)
|
||||
| {{board.title}}
|
||||
//a(href=board.originRelativeUrl)
|
||||
td
|
||||
| {{swimlane.title}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue