|
@@ -63,7 +63,7 @@ template(name="checklistDeleteDialog")
|
|
button.toggle-delete-checklist-dialog(type="button") {{_ 'cancel'}}
|
|
button.toggle-delete-checklist-dialog(type="button") {{_ 'cancel'}}
|
|
|
|
|
|
template(name="addChecklistItemForm")
|
|
template(name="addChecklistItemForm")
|
|
- a.fa.fa-copy(title="copy text to clipboard")
|
|
|
|
|
|
+ a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
textarea.js-add-checklist-item(rows='1' autofocus)
|
|
textarea.js-add-checklist-item(rows='1' autofocus)
|
|
.edit-controls.clearfix
|
|
.edit-controls.clearfix
|
|
@@ -71,7 +71,7 @@ template(name="addChecklistItemForm")
|
|
a.fa.fa-times-thin.js-close-inlined-form
|
|
a.fa.fa-times-thin.js-close-inlined-form
|
|
|
|
|
|
template(name="editChecklistItemForm")
|
|
template(name="editChecklistItemForm")
|
|
- a.fa.fa-copy(title="copy text to clipboard")
|
|
|
|
|
|
+ a.fa.fa-copy(title="{{_ 'copy-text-to-clipboard'}}")
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
span.copied-tooltip {{_ 'copied'}}
|
|
textarea.js-edit-checklist-item(rows='1' autofocus dir="auto")
|
|
textarea.js-edit-checklist-item(rows='1' autofocus dir="auto")
|
|
if $eq type 'item'
|
|
if $eq type 'item'
|