mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
Add imported card location
This commit is contained in:
parent
f0597ef0c4
commit
bce2242528
3 changed files with 24 additions and 0 deletions
|
|
@ -19,6 +19,10 @@ template(name="cardDetails")
|
|||
a.js-parent-card(href=linkForCard) {{title}}
|
||||
// else
|
||||
{{_ 'top-level-card'}}
|
||||
if isImportedCard
|
||||
h3.imported-card-location
|
||||
+viewer
|
||||
| {{getBoardTitle}} > {{getTitle}}
|
||||
|
||||
if getArchived
|
||||
if isImportedBoard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue