Files
gitlabhq/app/views/projects/tree/_tree_commit_column.html.haml
T
2015-08-05 00:12:13 +02:00

7 lines
226 B
Plaintext

%span.str-truncated
= link_to_gfm commit.title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"
%span.tree_author
[
commit_author_link(commit, avatar: false)
]