From 09d65c098085f52cbc90bf599d0db536875d56a8 Mon Sep 17 00:00:00 2001
From: Menci <HuangHaoRui301@Gmail.com>
Date: Sun, 23 Apr 2017 00:23:46 +0800
Subject: [PATCH] Add a paginate bar on top of problems page

---
 views/problems.ejs | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/views/problems.ejs b/views/problems.ejs
index 0e75891..fe8bf46 100644
--- a/views/problems.ejs
+++ b/views/problems.ejs
@@ -81,6 +81,10 @@ if (typeof tags !== 'undefined') tagIDs = tags.map(x => x.id);
     </div>
   </div>
 
+  <div style="margin-bottom: 30px; ">
+    <% include page %>
+  </div>
+
   <table class="ui very basic center aligned table">
     <thead>
       <tr>