helpMessage:gettext("Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.")
helpMessage:gettext('Help other learners decide whether to join your team by specifying some characteristics for your team. Choose carefully, because fewer people might be interested in joining your team if it seems too restrictive.')
description:gettext("See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are."),
title:gettext("Teams")
})
}),
main:newTabbedView({
tabs:[{
title:gettext('My Teams'),
url:'teams',
view:newTempTabView({text:'This is the new Teams tab.'})
description:gettext("See all teams in your course, organized by topic. Join a team to collaborate with other learners who are interested in the same topic as you are."),
title:gettext("Teams")
})
}),
main:newTabbedView({
tabs:[{
title:gettext('My Teams'),
url:'teams',
view:newTempTabView({text:'This is the new Teams tab.'})
},{
title:gettext('Browse'),
url:'browse',
view:newTopicsView({
collection:this.topicsCollection,
router:this.router
})
}],
router:this.router
})
});
},
/**
* Return a promise for the TeamsView for the given topic ID.