Refactor imported -> linked in components

This commit is contained in:
Andrés Manelli 2018-05-02 15:03:22 -03:00
parent 6adfcb3513
commit f76d8e47a8
11 changed files with 52 additions and 53 deletions

View file

@ -19,13 +19,13 @@ template(name="cardDetails")
a.js-parent-card(href=linkForCard) {{title}}
// else
{{_ 'top-level-card'}}
if isImportedCard
h3.imported-card-location
if isLinkedCard
h3.linked-card-location
+viewer
| {{getBoardTitle}} > {{getTitle}}
if getArchived
if isImportedBoard
if isLinkedBoard
p.warning {{_ 'board-archived'}}
else
p.warning {{_ 'card-archived'}}