Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-03-23 12:23:23 +0300
committerPhil Hughes <me@iamphill.com>2017-03-23 12:23:23 +0300
commitbb329406dae43e23782fdaa140312b9281a5a83d (patch)
tree80e010c36c8a3fe818ca9f0b305e7a941a0b7f2e /app/views/users/show.html.haml
parent3918c303b967e33ec924d7435ba4e7fcac136c9a (diff)
Removed the hours & minutes from the users since date on their profile
Closes #28842
Diffstat (limited to 'app/views/users/show.html.haml')
-rw-r--r--app/views/users/show.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/show.html.haml b/app/views/users/show.html.haml
index dc9a3b0d0df..270886733cb 100644
--- a/app/views/users/show.html.haml
+++ b/app/views/users/show.html.haml
@@ -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?