Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GitLab
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
projects.thm.de
GitLab
Commits
bb329406
Commit
bb329406
authored
Mar 23, 2017
by
Phil Hughes
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed the hours & minutes from the users since date on their profile
Closes #28842
parent
3918c303
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletion
+5
-1
app/views/users/show.html.haml
app/views/users/show.html.haml
+1
-1
changelogs/unreleased/user-profile-join-date.yml
changelogs/unreleased/user-profile-join-date.yml
+4
-0
No files found.
app/views/users/show.html.haml
View file @
bb329406
...
...
@@ -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?
...
...
changelogs/unreleased/user-profile-join-date.yml
0 → 100644
View file @
bb329406
---
title
:
Removed the hours & minutes from the users start date on their profile
merge_request
:
author
:
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment