Skip to content

Commit

Permalink
Merge pull request gitlabhq#3038 from dmedvinsky/commit-time
Browse files Browse the repository at this point in the history
Add commit full time tooltip to `commited_ago`
  • Loading branch information
dzaporozhets committed Feb 20, 2013
2 parents 36ea321 + eb58529 commit c56d32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/commits/_commit.html.haml
Expand Up @@ -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
 
Expand Down

0 comments on commit c56d32c

Please sign in to comment.