Commit 3a2c32c054efce240f5ccb946dbe2c7831d201cf

Authored by Dmitriy Zaporozhets
1 parent 7ecd1249

Fix broken pagination for issues

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/projects/issues/_issues.html.haml
... ... @@ -113,4 +113,4 @@
113 113 %span.issue_counter #{@issues.total_count}
114 114 issues for this filter
115 115  
116   - = paginate @issues, remote: true, theme: "gitlab"
  116 + = paginate @issues, theme: "gitlab"
... ...