gitlabhq/app/views/repositories/_feed.html.haml
2012-02-18 15:59:01 +02:00

16 lines
415 B
Plaintext

- commit = update
%tr
%td
= link_to project_commits_path(@project, :ref => commit.head.name) do
%strong
= commit.head.name
%td
%div
%code= commit.id.to_s[0..10]
= image_tag gravatar_icon(commit.author_email), :class => "", :width => 16
= truncate(commit.safe_message, :length => 40)
%td
%span.right.cgray
= time_ago_in_words(commit.committed_date)
ago