summaryrefslogtreecommitdiff
path: root/app/views/projects/wikis
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-04-11 10:02:52 +0200
committerMarin Jankovski <marin@gitlab.com>2014-04-11 10:02:52 +0200
commit872482678be0eef25191e118b8300112735f0023 (patch)
tree69a35c8780186490da6908c304c20ed52cd6a7ce /app/views/projects/wikis
parent415c0f4bbe12dbd78bf24d50e66e3092df07fa21 (diff)
downloadgitlab-ce-872482678be0eef25191e118b8300112735f0023.tar.gz
Speed up loading and add pagination to wiki pages page.
Diffstat (limited to 'app/views/projects/wikis')
-rw-r--r--app/views/projects/wikis/pages.html.haml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/projects/wikis/pages.html.haml b/app/views/projects/wikis/pages.html.haml
index 7a890816568..144e2a57a50 100644
--- a/app/views/projects/wikis/pages.html.haml
+++ b/app/views/projects/wikis/pages.html.haml
@@ -9,3 +9,4 @@
%small (#{wiki_page.format})
.pull-right
%small Last edited #{time_ago_with_tooltip(wiki_page.commit.created_at)}
+= paginate @wiki_pages, theme: 'gitlab'