mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-31 11:50:08 +01:00
Merge branch 'master' into 0.7.0
This commit is contained in:
@@ -49,7 +49,7 @@ define('forum/groups/list', function() {
|
||||
expand: true
|
||||
}
|
||||
}, function(err, groups) {
|
||||
templates.parse('partials/group_list', {
|
||||
templates.parse('partials/groups/list', {
|
||||
groups: groups
|
||||
}, function(html) {
|
||||
groupsEl.empty().append(html);
|
||||
|
||||
Reference in New Issue
Block a user