mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-06 00:57:54 +02:00
companion to nodebb/nodebb-theme-vanilla@ad953f2
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