Skip to content
Snippets Groups Projects
Commit f39c6475 authored by Jacob Schatz's avatar Jacob Schatz
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment