mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-21 05:15:17 +00:00
Display the posts of a group
This commit is contained in:
@ -90,6 +90,21 @@ ComunicWeb.pages.groups.pages.group = {
|
||||
ComunicWeb.components.posts.form.display("group", id, postFormCol);
|
||||
}
|
||||
|
||||
//Display group posts
|
||||
var postsRow = createElem2({
|
||||
appendTo: target,
|
||||
type: "div",
|
||||
class: "row group-page"
|
||||
});
|
||||
|
||||
var postsCol = createElem2({
|
||||
appendTo: postsRow,
|
||||
type: "div",
|
||||
class: "col-md-6"
|
||||
});
|
||||
|
||||
ComunicWeb.pages.groups.sections.posts.display(info, postsCol);
|
||||
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user