Skip to content
Snippets Groups Projects
Commit bb329406 authored by Phil Hughes's avatar Phil Hughes
Browse files

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

Closes #28842
parent 3918c303
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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?
Loading
Loading
---
title: Removed the hours & minutes from the users start date on their profile
merge_request:
author:
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment