debian-mirror-gitlab/app/views/projects/commits/_inline_commit.html.haml
2017-09-10 17:25:29 +05:30

8 lines
342 B
Text

%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_gfm commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
.pull-right
#{time_ago_with_tooltip(commit.committed_date)}