debian-mirror-gitlab/app/views/projects/branches/_commit.html.haml

10 lines
380 B
Text
Raw Normal View History

2019-07-31 22:56:46 +05:30
.branch-commit.cgray
2017-08-17 22:00:37 +05:30
.icon-container.commit-icon
= custom_icon("icon_commit")
2017-09-10 17:25:29 +05:30
= link_to commit.short_id, project_commit_path(project, commit.id), class: "commit-sha"
2015-09-25 12:07:36 +05:30
·
%span.str-truncated
2019-07-31 22:56:46 +05:30
= link_to_markdown commit.title, project_commit_path(project, commit.id), class: "commit-row-message cgray"
2015-09-25 12:07:36 +05:30
·
#{time_ago_with_tooltip(commit.committed_date)}