Push events polished
This commit is contained in:
parent
cadf12c60c
commit
b57faf9282
5 changed files with 21 additions and 9 deletions
9
app/views/events/_commit.html.haml
Normal file
9
app/views/events/_commit.html.haml
Normal file
|
@ -0,0 +1,9 @@
|
|||
%li.wll.commit
|
||||
= link_to project_commit_path(project, :id => commit.id) do
|
||||
%p
|
||||
%code.left= commit.id.to_s[0..10]
|
||||
%strong.cgray= commit.author_name
|
||||
–
|
||||
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
|
||||
%span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue