mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04: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
|
||||
a.member.orgOrTeamMember.add-member.js-manage-board-addTeam(title="{{_ 'add-members'}}")
|
||||
i.fa.fa-plus
|
||||
each currentBoard.activeteams
|
||||
each currentBoard.activeTeams
|
||||
+boardTeamRow(teamId=this.teamId)
|
||||
|
||||
template(name="boardChangeColorPopup")
|
||||
|
|
|
@ -754,7 +754,7 @@ Boards.helpers({
|
|||
// return this.orgs === undefined || this.orgs.length <= 0;
|
||||
// },
|
||||
|
||||
activeteams() {
|
||||
activeTeams() {
|
||||
return _.where(this.teams, { isActive: true });
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue