summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-04-20 16:08:30 +0000
committerJacob Schatz <jschatz@gitlab.com>2016-04-20 16:08:30 +0000
commitf39c647525eefb9dad7ee9c7df62034e5f8e1324 (patch)
treebb90b365b8feb6cf16685284c1fe336a98e0b9f8
parent1ec203a98f9065b885dba539e6dd8e9548cf7fc6 (diff)
parentf26a6da62c71fe848dc4a29c7e5240101e5ade36 (diff)
downloadgitlab-ce-f39c647525eefb9dad7ee9c7df62034e5f8e1324.tar.gz
Merge branch 'issue_15366' into 'master'
Render relative timestamps for all commits in projects commit list fixes #15366 See merge request !3821
-rw-r--r--app/views/projects/commits/_commit.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index 34f27f1e793..d71f61466f1 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)} &nbsp;
+ #{time_ago_with_tooltip(commit.committed_date)} &nbsp;
= link_to_browse_code(project, commit)