Commit bb329406 authored by Phil Hughes's avatar Phil Hughes

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

Closes #28842
parent 3918c303
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment