提交 6eeba4b1 编写于 作者: A Alfredo Sumaran

Merge branch 'user-profile-join-date' into 'master'

Removed the hours & minutes from the users since date on their profile

Closes #28842

See merge request !10175
......@@ -44,7 +44,7 @@
%span.middle-dot-divider
@#{@user.username}
%span.middle-dot-divider
Member since #{@user.created_at.to_s(:medium)}
Member since #{@user.created_at.to_date.to_s(:long)}
.cover-desc
- unless @user.public_email.blank?
......
---
title: Removed the hours & minutes from the users start date on their profile
merge_request:
author:
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册