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

10 lines
368 B
Text
Raw Normal View History

2015-11-26 14:37:03 +05:30
.branch-commit
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
2018-03-17 18:26:18 +05:30
= link_to_markdown commit.title, project_commit_path(project, commit.id), class: "commit-row-message"
2015-09-25 12:07:36 +05:30
·
#{time_ago_with_tooltip(commit.committed_date)}