Commit f26a6da6 authored by Felipe Artur's avatar Felipe Artur

Render relative timestamps for all commits in projects commit list

parent 17b60d68
...@@ -31,5 +31,5 @@ ...@@ -31,5 +31,5 @@
by by
= commit_author_link(commit, avatar: true, size: 24) = commit_author_link(commit, avatar: true, size: 24)
.committed_ago .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) = 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