Browse Source

Cancel `id' in ranklist.

pull/6/head
t123yh 7 years ago
parent
commit
a04d7acc20
  1. 2
      views/ranklist.ejs

2
views/ranklist.ejs

@ -12,7 +12,6 @@
<thead>
<tr>
<th style="width: 60px; ">#</th>
<th style="width: 60px; "><%- createSortableTitle('id', 'ID', true) %></th>
<th style="width: 150px; "><%- createSortableTitle('username', '用户名', true) %></th>
<th>个性签名</th>
<th style="width: 100px; "><%- createSortableTitle('ac_num', '通过数量', false) %></th>
@ -39,7 +38,6 @@
%>
<tr>
<td><%= i %></td>
<td><%= user.id %></td>
<td><a href="<%= syzoj.utils.makeUrl(['user', user.id]) %>"><%= user.username %></a><% if (user.nameplate) { %><%- user.nameplate %><% } %></td>
<td class="font-content">
<script id="user-infomation-script-<%= i %>">

Loading…
Cancel
Save