2012-02-14 23:10:01 +01:00
|
|
|
%li.wll.commit
|
2012-02-11 22:22:33 +01:00
|
|
|
.right.span2
|
2012-02-20 20:38:59 +01:00
|
|
|
%p
|
|
|
|
%strong= link_to "Browse Code »", tree_project_ref_path(@project, commit.id), :class => "right"
|
2012-02-11 22:22:33 +01:00
|
|
|
= link_to project_commit_path(@project, :id => commit.id) do
|
|
|
|
%p
|
2012-02-14 23:10:01 +01:00
|
|
|
%code.left= commit.id.to_s[0..10]
|
2012-02-20 20:38:59 +01:00
|
|
|
%strong.cgray= commit.author_name
|
2012-02-11 22:22:33 +01:00
|
|
|
–
|
2012-02-14 23:10:01 +01:00
|
|
|
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
|
2012-05-27 01:15:06 +02:00
|
|
|
%span.row_title= truncate(commit.safe_message, :length => 50)
|
2012-02-06 21:32:04 +01:00
|
|
|
|
2012-02-11 22:22:33 +01:00
|
|
|
%span.right.cgray
|
|
|
|
= time_ago_in_words(commit.committed_date)
|
|
|
|
ago
|
2012-02-19 20:30:31 +01:00
|
|
|
|
2012-02-06 21:32:04 +01:00
|
|
|
|