gitlabhq/app/views/repositories/_feed.html.haml
2012-02-05 13:51:51 +02:00

14 lines
427 B
Plaintext

- commit = update
.entry
= link_to project_commits_path(@project, :ref => commit.head.name) do
%p
%strong
= commit.head.name
–
= truncate(commit.id.to_s, :length => 10)
= image_tag gravatar_icon(commit.author_email), :class => "", :width => 16
= truncate(commit.safe_message, :length => 40)
%span.right
= time_ago_in_words(commit.committed_date)
ago