|
@@ -162,29 +162,20 @@ template(name="cardDetailsActionsPopup")
|
|
li: a.js-more {{_ 'cardMorePopup-title'}}
|
|
li: a.js-more {{_ 'cardMorePopup-title'}}
|
|
|
|
|
|
template(name="moveCardPopup")
|
|
template(name="moveCardPopup")
|
|
- if isSandstorm
|
|
|
|
- +boardLists
|
|
|
|
- else
|
|
|
|
- +boardsAndLists
|
|
|
|
|
|
+ +boardsAndLists
|
|
|
|
|
|
template(name="copyCardPopup")
|
|
template(name="copyCardPopup")
|
|
label(for='copy-card-title') {{_ 'title'}}:
|
|
label(for='copy-card-title') {{_ 'title'}}:
|
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
|
= title
|
|
= title
|
|
- if isSandstorm
|
|
|
|
- +boardLists
|
|
|
|
- else
|
|
|
|
- +boardsAndLists
|
|
|
|
|
|
+ +boardsAndLists
|
|
|
|
|
|
|
|
|
|
template(name="copyChecklistToManyCardsPopup")
|
|
template(name="copyChecklistToManyCardsPopup")
|
|
label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}:
|
|
label(for='copy-checklist-cards-title') {{_ 'copyChecklistToManyCardsPopup-instructions'}}:
|
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
|
textarea#copy-card-title.minicard-composer-textarea.js-card-title(autofocus)
|
|
| {{_ 'copyChecklistToManyCardsPopup-format'}}
|
|
| {{_ 'copyChecklistToManyCardsPopup-format'}}
|
|
- if isSandstorm
|
|
|
|
- +boardLists
|
|
|
|
- else
|
|
|
|
- +boardsAndLists
|
|
|
|
|
|
+ +boardsAndLists
|
|
|
|
|
|
template(name="boardsAndLists")
|
|
template(name="boardsAndLists")
|
|
label {{_ 'boards'}}:
|
|
label {{_ 'boards'}}:
|