summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Artur <felipefac@gmail.com>2016-04-19 12:09:06 -0300
committerFelipe Artur <felipefac@gmail.com>2016-04-19 12:09:06 -0300
commitf26a6da62c71fe848dc4a29c7e5240101e5ade36 (patch)
tree7797d8c76f9b645717e946b2c4983a0110980b48
parent17b60d681828567e47c8a62ef312abc46e2beeea (diff)
downloadgitlab-ce-issue_15366.tar.gz
Render relative timestamps for all commits in projects commit listissue_15366
-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)