_feed.html.haml 415 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1
- commit = update
2 3 4 5
%tr
  %td
    = link_to project_commits_path(@project, :ref => commit.head.name) do 
      %strong
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
6
        = commit.head.name
7 8
  %td
    %div
9
      %code= commit.id.to_s[0..10]
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
10 11
      = image_tag gravatar_icon(commit.author_email), :class => "", :width => 16
      = truncate(commit.safe_message, :length => 40)
12 13 14 15
  %td
    %span.right.cgray
      = time_ago_in_words(commit.committed_date)
      ago