diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-20 02:41:35 -0800 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-02-20 02:41:35 -0800 |
commit | c56d32c73e22b705ca6623c98b7a264440873726 (patch) | |
tree | 407d582ae7947b146cba55b8c07fa1a03a4bbf87 | |
parent | 36ea32162dfe93c54e9ad8f8e5056ea701f0c757 (diff) | |
parent | eb58529757ec626bc07b0d1752e62499f8dc9a03 (diff) | |
download | gitlab-ce-c56d32c73e22b705ca6623c98b7a264440873726.tar.gz |
Merge pull request #3038 from dmedvinsky/commit-time
Add commit full time tooltip to `commited_ago`
-rw-r--r-- | app/views/commits/_commit.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/commits/_commit.html.haml b/app/views/commits/_commit.html.haml index 66307927db6..2f5ff130f03 100644 --- a/app/views/commits/_commit.html.haml +++ b/app/views/commits/_commit.html.haml @@ -8,7 +8,7 @@ = link_to_gfm truncate(commit.title, length: 70), project_commit_path(@project, commit.id), class: "row_title" - %span.committed_ago + %time.committed_ago{ datetime: commit.committed_date, title: commit.committed_date.stamp("Aug 21, 2011 9:23pm") } = time_ago_in_words(commit.committed_date) ago |