mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-13 22:59:19 +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.
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
%li.commit
|
|
.commit-row-title
|
|
= link_to truncate_sha(commit[:id]), namespace_project_commit_path(project.namespace, project, commit[:id]), class: "commit_short_id", alt: ''
|
|
|
|
= gfm event_commit_title(commit[:message]), project
|