summaryrefslogtreecommitdiff
path: root/app/views/projects/issues
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2017-09-05 16:49:34 +0100
committerPhil Hughes <me@iamphill.com>2017-09-05 16:49:34 +0100
commit68e9372acd2285055df70cdf84665febfb496166 (patch)
tree4308616ddd08eaec2c3a9442a895b570f4db6d1d /app/views/projects/issues
parentdf35410a9b908361843dcc9e36bcf73d4a704300 (diff)
parentd0f5b3c287f98e3e4bdab8bf26f33262cce8f4c4 (diff)
downloadgitlab-ce-68e9372acd2285055df70cdf84665febfb496166.tar.gz
Merge branch 'master' into breadcrumbs-improvements
Diffstat (limited to 'app/views/projects/issues')
-rw-r--r--app/views/projects/issues/_issues.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/issues/_issues.html.haml b/app/views/projects/issues/_issues.html.haml
index 34d5a3e1831..6fb5aa45166 100644
--- a/app/views/projects/issues/_issues.html.haml
+++ b/app/views/projects/issues/_issues.html.haml
@@ -4,4 +4,4 @@
= render 'shared/empty_states/issues'
- if @issues.present?
- = paginate @issues, theme: "gitlab"
+ = paginate @issues, theme: "gitlab", total_pages: @total_pages