Display user name on its page

This commit is contained in:
Pierre
2017-12-23 14:52:01 +01:00
parent e89ae955c2
commit 28ce08883a
5 changed files with 101 additions and 2 deletions

View File

@ -710,6 +710,13 @@ var ComunicWeb = {
},
/**
* Display user profile informations
*/
profileInfos: {
//TODO : implement
}
},
/**