debian-mirror-gitlab/app/views/projects/commits/_inline_commit.html.haml

9 lines
405 B
Text
Raw Normal View History

2014-09-02 18:07:02 +05:30
%li.commit.inline-commit
.commit-row-title
2015-04-26 12:48:37 +05:30
= link_to commit.short_id, namespace_project_commit_path(project.namespace, project, commit), class: "commit_short_id"
2014-09-02 18:07:02 +05:30
 
%span.str-truncated
2015-04-26 12:48:37 +05:30
= link_to_gfm commit.title, namespace_project_commit_path(project.namespace, project, commit.id), class: "commit-row-message"
2014-09-02 18:07:02 +05:30
.pull-right
#{time_ago_with_tooltip(commit.committed_date)}