mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-20 18:16:45 +10:00
Merge branch 'issue_15366' into 'master'
Render relative timestamps for all commits in projects commit list fixes #15366 See merge request !3821
This commit is contained in:
committed by
Yorick Peterse
parent
6f11c35ab1
commit
0907e863dc
@@ -31,5 +31,5 @@
|
||||
by
|
||||
= commit_author_link(commit, avatar: true, size: 24)
|
||||
.committed_ago
|
||||
#{time_ago_with_tooltip(commit.committed_date, skip_js: true)}
|
||||
#{time_ago_with_tooltip(commit.committed_date)}
|
||||
= link_to_browse_code(project, commit)
|
||||
|
||||
Reference in New Issue
Block a user