Commit f39c6475 authored by Jacob Schatz's avatar Jacob Schatz

Merge branch 'issue_15366' into 'master'

Render relative timestamps for all commits in projects commit list

fixes #15366 

See merge request !3821
parents 1ec203a9 f26a6da6
......@@ -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)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment