Browse Source

Fix #76

pull/6/head
Menci 6 years ago
parent
commit
1459faca7b
  1. 2
      views/problems.ejs

2
views/problems.ejs

@ -95,7 +95,7 @@ if (typeof tags !== 'undefined') tagIDs = tags.map(x => x.id);
<th class="left aligned"><%- createSortableTitle('title', '题目名称', true) %></th>
<th class="one wide"><%- createSortableTitle('ac_num', '通过', false) %></th>
<th class="one wide"><%- createSortableTitle('submit_num', '提交', false) %></th>
<th class="one wide"><%- createSortableTitle('ac_rate', '通过率', false) %></th>
<th class="one wide">通过率</th>
</tr>
</thead>
<tbody>

Loading…
Cancel
Save