|
|
|
|
@ -123,15 +123,15 @@ template(name='checklistItemDetail') |
|
|
|
|
|
|
|
|
|
template(name="checklistActionsPopup") |
|
|
|
|
if currentUser.isBoardMember |
|
|
|
|
//span.text-show-at-minicard |
|
|
|
|
// | {{_ 'show-at-minicard'}} |
|
|
|
|
//.material-toggle-switch(title="{{_ 'show-checklist-at-minicard'}}") |
|
|
|
|
// if showAtMinicard |
|
|
|
|
// input.toggle-switch(type="checkbox" id="toggleShowChecklistAtMinicardButton" checked="checked") |
|
|
|
|
// else |
|
|
|
|
// input.toggle-switch(type="checkbox" id="toggleShowChecklistAtMinicardButton") |
|
|
|
|
// label.toggle-label(for="toggleShowChecklistAtMinicardButton") |
|
|
|
|
//hr |
|
|
|
|
span.text-show-at-minicard |
|
|
|
|
| {{_ 'show-at-minicard'}} |
|
|
|
|
.material-toggle-switch(title="{{_ 'show-checklist-at-minicard'}}") |
|
|
|
|
if showAtMinicard |
|
|
|
|
input.toggle-switch(type="checkbox" id="toggleShowChecklistAtMinicardButton" checked="checked") |
|
|
|
|
else |
|
|
|
|
input.toggle-switch(type="checkbox" id="toggleShowChecklistAtMinicardButton") |
|
|
|
|
label.toggle-label(for="toggleShowChecklistAtMinicardButton") |
|
|
|
|
hr |
|
|
|
|
span.text-hide-checked-items |
|
|
|
|
| {{_ 'hide-checked-items'}} |
|
|
|
|
.material-toggle-switch(title="{{_ 'hide-checked-items'}}") |
|
|
|
|
|