Ready to implement about page

This commit is contained in:
2021-03-15 19:19:58 +01:00
parent c4aced5ed2
commit abed0b7513
7 changed files with 70 additions and 21 deletions

View File

@ -97,6 +97,17 @@ const GroupSectionHeader = {
if(signed_in() && ComunicWeb.components.groups.utils.isGroupMember(info))
ComunicWeb.pages.groups.sections.followBlock.display(info, thirdColumn);
ComunicWeb.components.like.button.display(
"group",
info.id,
info.number_likes,
info.is_liking,
createElem2({
appendTo: thirdColumn,
type: "div"
})
);
},
};