popover: Show date joined in user profile.

This commit is contained in:
Vishnu Ks 2018-05-16 11:08:16 +00:00 committed by Tim Abbott
parent 372e9740ac
commit 9c751f038c
1 changed files with 2 additions and 0 deletions

View File

@ -188,6 +188,8 @@ function show_user_profile(element, user) {
profile_data.Timezone = time_preferance.timezone;
}
profile_data[i18n.t("Date joined")] = moment(user.date_joined).format("MMMM DD YYYY");
var args = {
full_name: user.full_name,
email: user.email,