diff options
| author | Felipe Artur <felipefac@gmail.com> | 2016-04-19 12:09:06 -0300 |
|---|---|---|
| committer | Felipe Artur <felipefac@gmail.com> | 2016-04-19 12:09:06 -0300 |
| commit | f26a6da62c71fe848dc4a29c7e5240101e5ade36 (patch) | |
| tree | 7797d8c76f9b645717e946b2c4983a0110980b48 | |
| parent | 17b60d681828567e47c8a62ef312abc46e2beeea (diff) | |
| download | gitlab-ce-f26a6da62c71fe848dc4a29c7e5240101e5ade36.tar.gz | |
Render relative timestamps for all commits in projects commit listissue_15366
| -rw-r--r-- | app/views/projects/commits/_commit.html.haml | 2 |
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)} + #{time_ago_with_tooltip(commit.committed_date)} = link_to_browse_code(project, commit) |
