Commit eb58529757ec626bc07b0d1752e62499f8dc9a03
1 parent
6bc9249b
Exists in
master
and in
4 other branches
Add commit full time tooltip to `commited_ago`
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/views/commits/_commit.html.haml
... | ... | @@ -8,7 +8,7 @@ |
8 | 8 | |
9 | 9 | = link_to_gfm truncate(commit.title, length: 70), project_commit_path(@project, commit.id), class: "row_title" |
10 | 10 | |
11 | - %span.committed_ago | |
11 | + %time.committed_ago{ datetime: commit.committed_date, title: commit.committed_date.stamp("Aug 21, 2011 9:23pm") } | |
12 | 12 | = time_ago_in_words(commit.committed_date) |
13 | 13 | ago |
14 | 14 | | ... | ... |