Browse Source

首页排名增加分数显示

pull/6/head
richie 5 years ago
parent
commit
705dd9395f
  1. 2
      views/index.ejs

2
views/index.ejs

@ -29,6 +29,7 @@
<tr>
<th style="width: 50px; ">#</th>
<th style="width: 170px; ">用户名</th>
<th style="width: 170px; ">积分</th>
<th>个性签名</th>
</tr>
</thead>
@ -53,6 +54,7 @@
<tr>
<td><b><%= i %></b></td>
<td><a href="<%= syzoj.utils.makeUrl(['user', user.id]) %>"><%= user.username %></a><% if (user.nameplate) { %><%- user.nameplate %><% } %></td>
<td><%= user.rating %></td>
<td style="font-content">
<script id="user-infomation-script-<%= i %>">
(function () {

Loading…
Cancel
Save