Browse Source

Add a paginate bar on top of problems page

pull/6/head
Menci 8 years ago
parent
commit
09d65c0980
  1. 4
      views/problems.ejs

4
views/problems.ejs

@ -81,6 +81,10 @@ if (typeof tags !== 'undefined') tagIDs = tags.map(x => x.id);
</div> </div>
</div> </div>
<div style="margin-bottom: 30px; ">
<% include page %>
</div>
<table class="ui very basic center aligned table"> <table class="ui very basic center aligned table">
<thead> <thead>
<tr> <tr>

Loading…
Cancel
Save