Commit c56d32c7 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Merge pull request #3038 from dmedvinsky/commit-time

Add commit full time tooltip to `commited_ago`
parents 36ea3216 eb585297
......@@ -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
 
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment