gitlab-org--gitlab-foss/app/views/projects/repositories/_feed.html.haml

19 lines
598 B
Plaintext

- commit = update
%tr
%td
= link_to project_commits_path(@project, commit.head.name) do
%strong
= commit.head.name
- if @project.root_ref?(commit.head.name)
%span.label default
%td
%div
= link_to project_commits_path(@project, commit.id) do
%code= commit.short_id
= image_tag avatar_icon_for_email(commit.author_email), class: "", width: 16, alt: ''
= markdown(truncate(commit.title, length: 40), pipeline: :single_line, author: commit.author)
%td
%span.float-right.cgray
= time_ago_with_tooltip(commit.committed_date)