From 0907e863dc0f533a213d77f69caafb3f6620d9ec Mon Sep 17 00:00:00 2001 From: Jacob Schatz Date: Wed, 20 Apr 2016 16:08:30 +0000 Subject: [PATCH] Merge branch 'issue_15366' into 'master' Render relative timestamps for all commits in projects commit list fixes #15366 See merge request !3821 --- app/views/projects/commits/_commit.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml index 34f27f1e79..d71f61466f 100644 --- a/app/views/projects/commits/_commit.html.haml +++ b/app/views/projects/commits/_commit.html.haml @@ -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)