BigW Consortium Gitlab

_feed.html.haml 659 Bytes
Newer Older
1
- commit = update
2 3
%tr
  %td
Vinnie Okada committed
4
    = link_to namespace_project_commits_path(@project.namespace, @project, commit.head.name) do
5
      %strong
6
        = commit.head.name
7
      - if @project.root_ref?(commit.head.name)
8 9
        %span.label default

10 11
  %td
    %div
Vinnie Okada committed
12
      = link_to namespace_project_commits_path(@project.namespace, @project, commit.id) do
13
        %code= commit.short_id
14
      = image_tag avatar_icon(commit.author_email), class: "", width: 16, alt: ''
15
      = markdown escape_once(truncate(commit.title, length: 40)), pipeline: :single_line, author: commit.author
16
  %td
17
    %span.pull-right.cgray
18
      = time_ago_with_tooltip(commit.committed_date)