diff --git a/app/views/projects/commits/show.js.haml b/app/views/projects/commits/show.js.haml index 797bc14cc1be43ca26a13890e58fd4292793a57f..045c9dd83d705dc839e10e3f10bbb9ebda99f364 100644 --- a/app/views/projects/commits/show.js.haml +++ b/app/views/projects/commits/show.js.haml @@ -1,3 +1,3 @@ :plain - CommitsList.append(#{@commits.count}, "#{escape_javascript(render(partial: 'commits/commits'))}"); + CommitsList.append(#{@commits.count}, "#{escape_javascript(render('projects/commits/commits'))}");