summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.jade
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2015-10-20 20:06:26 +0200
committerMaxime Quandalle <maxime@quandalle.com>2015-10-20 20:06:26 +0200
commit7a5f030cc807c6a0a5addd8da59dc853dd4bd426 (patch)
tree784e5197277b8971eced858e1be9efb88b973cfd /client/components/import/import.jade
parentf3fc154eb0cf25c46871510a0d4004037188ec15 (diff)
parent118b434a5aad35df8eefea85624ab9abafab56f0 (diff)
downloadwekan-7a5f030cc807c6a0a5addd8da59dc853dd4bd426.tar.gz
wekan-7a5f030cc807c6a0a5addd8da59dc853dd4bd426.tar.bz2
wekan-7a5f030cc807c6a0a5addd8da59dc853dd4bd426.zip
Merge branch 'xavierpriour-devel' into devel
Conflicts: models/import.js
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r--client/components/import/import.jade7
1 files changed, 7 insertions, 0 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
new file mode 100644
index 00000000..f63661af
--- /dev/null
+++ b/client/components/import/import.jade
@@ -0,0 +1,7 @@
+template(name="importPopup")
+ if error.get
+ .warning {{_ error.get}}
+ form
+ p: label(for='import-textarea') {{_ getLabel}}
+ textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
+ input.primary.wide(type="submit" value="{{_ 'import'}}")