| ... | @@ -17,7 +17,7 @@ |
... | @@ -17,7 +17,7 @@ |
|
|
= link_to project_commit_path(@project, commit.id) do
|
|
= link_to project_commit_path(@project, commit.id) do
|
|
|
%code= commit.short_id
|
|
%code= commit.short_id
|
|
|
= image_tag gravatar_icon(commit.author_email), class: "", width: 16
|
|
= image_tag gravatar_icon(commit.author_email), class: "", width: 16
|
|
|
= gfm truncate(commit.title, length: 40)
|
|
= gfm escape_once(truncate(commit.title, length: 40))
|
|
|
%td
|
|
%td
|
|
|
%span.update-author.right
|
|
%span.update-author.right
|
|
|
= time_ago_in_words(commit.committed_date)
|
|
= time_ago_in_words(commit.committed_date)
|
| ... | |
... | |
| ... | | ... | |