mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Make the following changes to deal with new behavior in Rails 4.1.2: * Use nested resources to avoid slashes in arguments to path helpers.
4 lines
220 B
Plaintext
4 lines
220 B
Plaintext
%span.str-truncated
|
|
%span.tree_author= commit_author_link(commit, avatar: true, size: 16)
|
|
= link_to_gfm commit.title, namespace_project_commit_path(@project.namespace, @project, commit.id), class: "tree-commit-link"
|