Commit 7ee53643cfb10ad9620041d9e47cdb13f3bc2538

Authored by Dmitriy Zaporozhets
1 parent 96448d1b

Fix commit pagination

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/commits/show.js.haml
1 1 :plain
2   - CommitsList.append(#{@commits.count}, "#{escape_javascript(render(partial: 'commits/commits'))}");
  2 + CommitsList.append(#{@commits.count}, "#{escape_javascript(render('projects/commits/commits'))}");
3 3  
... ...