mirror of https://github.com/zulip/zulip.git
popover: Show date joined in user profile.
This commit is contained in:
parent
372e9740ac
commit
9c751f038c
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue