Update usages of project_commit[s] route helpers
This commit is contained in:
parent
99d391332f
commit
1048917232
8 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@
|
|||
%p To prevent performance issue we rejected diff information.
|
||||
%p
|
||||
But if you still want to see diff
|
||||
= link_to "click this link", project_commit_path(@project, @commit.id, force_show_diff: true), class: "dark"
|
||||
= link_to "click this link", project_commit_path(@project, @commit, force_show_diff: true), class: "dark"
|
||||
|
||||
%p.cgray
|
||||
Showing #{pluralize(diffs.count, "changed file")}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue