wekan/client/components/import/import.jade

9 lines
259 B
Text
Raw Normal View History

2015-10-15 14:01:13 +02:00
template(name="importPopup")
if error.get
.warning {{_ error.get}}
form
label
| {{_ getLabel}}
textarea.js-card-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
input.primary.wide(type="submit" value="{{_ 'import'}}")