From 872482678be0eef25191e118b8300112735f0023 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Fri, 11 Apr 2014 10:02:52 +0200 Subject: Speed up loading and add pagination to wiki pages page. --- app/views/projects/wikis/pages.html.haml | 1 + 1 file changed, 1 insertion(+) (limited to 'app/views/projects/wikis') 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' -- cgit v1.2.1