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

Closes #28842
This commit is contained in:
Phil Hughes 2017-03-23 09:23:23 +00:00
parent 3918c303b9
commit bb329406da
2 changed files with 5 additions and 1 deletions

View File

@ -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?

View File

@ -0,0 +1,4 @@
---
title: Removed the hours & minutes from the users start date on their profile
merge_request:
author: