mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 23:40:13 +01:00
Fix typos.
This commit is contained in:
parent
2a611a8935
commit
06d2880a7e
2 changed files with 2 additions and 2 deletions
|
|
@ -106,7 +106,7 @@ template(name="boardTeamGeneral")
|
||||||
if currentUser.isBoardAdmin
|
if currentUser.isBoardAdmin
|
||||||
a.member.orgOrTeamMember.add-member.js-manage-board-addTeam(title="{{_ 'add-members'}}")
|
a.member.orgOrTeamMember.add-member.js-manage-board-addTeam(title="{{_ 'add-members'}}")
|
||||||
i.fa.fa-plus
|
i.fa.fa-plus
|
||||||
each currentBoard.activeteams
|
each currentBoard.activeTeams
|
||||||
+boardTeamRow(teamId=this.teamId)
|
+boardTeamRow(teamId=this.teamId)
|
||||||
|
|
||||||
template(name="boardChangeColorPopup")
|
template(name="boardChangeColorPopup")
|
||||||
|
|
|
||||||
|
|
@ -754,7 +754,7 @@ Boards.helpers({
|
||||||
// return this.orgs === undefined || this.orgs.length <= 0;
|
// return this.orgs === undefined || this.orgs.length <= 0;
|
||||||
// },
|
// },
|
||||||
|
|
||||||
activeteams() {
|
activeTeams() {
|
||||||
return _.where(this.teams, { isActive: true });
|
return _.where(this.teams, { isActive: true });
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue