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:
Jacob Schatz
2016-04-21 10:00:21 +00:00
committed by Yorick Peterse
parent 6f11c35ab1
commit 0907e863dc
+1 -1
View File
@@ -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)