summaryrefslogtreecommitdiffstats
path: root/client/components/import/import.jade
diff options
context:
space:
mode:
Diffstat (limited to 'client/components/import/import.jade')
-rw-r--r--client/components/import/import.jade6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/components/import/import.jade b/client/components/import/import.jade
index 816a0b45..e10072b4 100644
--- a/client/components/import/import.jade
+++ b/client/components/import/import.jade
@@ -23,14 +23,14 @@ template(name="importMapMembers")
p {{_ 'import-members-map'}}
.mapping-list
each members
- a.mapping-item.js-select-member(class="{{#if wekan}}filled{{/if}}")
+ a.mapping-item.js-select-member(class="{{#if wekanId}}filled{{/if}}")
.profile-source
.full-name= fullName
.username
| ({{username}})
.wekan
- if wekan
- +userAvatar(userId=wekan._id)
+ if wekanId
+ +userAvatar(userId=wekanId)
else
a.member.add-member
i.fa.fa-plus