summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.jade
diff options
context:
space:
mode:
authorXavier Priour <xavier.priour@bubblyware.com>2015-11-13 15:52:14 +0100
committerXavier Priour <xavier.priour@bubblyware.com>2015-11-13 15:52:14 +0100
commitf6f41270de1b5a2d3ff6aa4ca7d433915dd29bd9 (patch)
treec585436d6736dcdd3cbac5e81cffa8bb3b45bae1 /client/components/import/import.jade
parenta7427b9ae4e790989c49408ffe14aea4976db305 (diff)
downloadwekan-f6f41270de1b5a2d3ff6aa4ca7d433915dd29bd9.tar.gz
wekan-f6f41270de1b5a2d3ff6aa4ca7d433915dd29bd9.tar.bz2
wekan-f6f41270de1b5a2d3ff6aa4ca7d433915dd29bd9.zip
Import members: working on card import
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r--client/components/import/import.jade9
1 files changed, 7 insertions, 2 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
index 07e1116b..0f53e4d2 100644
--- a/client/components/import/import.jade
+++ b/client/components/import/import.jade
@@ -4,6 +4,11 @@ template(name="importPopup")
form
p: label(for='import-textarea') {{_ getLabel}}
textarea#import-textarea.js-import-json(placeholder="{{_ 'import-json-placeholder'}}" autofocus)
+ | {{jsonText}}
+ if membersMapping
+ div
+ a.show-mapping
+ | {{_ 'show-mapping'}}
input.primary.wide(type="submit" value="{{_ 'import'}}")
template(name="mapMembersPopup")
@@ -24,7 +29,7 @@ template(name="mapMembersPopup")
a.member.add-member.js-add-members
i.fa.fa-plus
form
- input.primary.wide(type="submit" value="{{_ 'import'}}")
+ input.primary.wide(type="submit" value="{{_ 'done'}}")
template(name="addMemberPopup")
@@ -36,7 +41,7 @@ template(name="mapMembersAddPopup")
ul.pop-over-list
+esEach(index="users")
li.item.js-member-item
- a.name.js-select-member(title="{{profile.name}} ({{username}})" data-id="{{_id}}")
+ a.name.js-select-import(title="{{profile.name}} ({{username}})" data-id="{{_id}}")
+userAvatar(userId=_id esSearch=true)
span.full-name
= profile.name