summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.jade
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-10-15 14:01:13 +0200
committerXavier Priour <xavier.priour@bubblyware.com>2015-10-17 18:00:46 +0200
commit468694a84cc164e4923f2d2e4631c37ceb1c4b55 (patch)
tree654abe750816e8d6fc7e4affff1af7c44932a829 /client/components/import/import.jade
parent15ebfa63c61694e4aa60e0f9c5047f678d6cf0c4 (diff)
downloadwekan-468694a84cc164e4923f2d2e4631c37ceb1c4b55.tar.gz
wekan-468694a84cc164e4923f2d2e4631c37ceb1c4b55.tar.bz2
wekan-468694a84cc164e4923f2d2e4631c37ceb1c4b55.zip
Import board: added UI
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r--client/components/import/import.jade8
1 files changed, 8 insertions, 0 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
new file mode 100644
index 00000000..8059b65b
--- /dev/null
+++ b/client/components/import/import.jade
@@ -0,0 +1,8 @@
+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'}}")