gitlab-org--gitlab-foss/app/views/projects/commits/_inline_commit.html.haml

9 lines
363 B
Plaintext

%li.commit.inline-commit
.commit-row-title
= link_to commit.short_id, project_commit_path(project, commit), class: "commit-sha"
 
%span.str-truncated
= link_to_markdown_field(commit, :title, project_commit_path(project, commit.id), class: "commit-row-message cgray")
.float-right
#{time_ago_with_tooltip(commit.committed_date)}