diff --git a/views/judge_detail.ejs b/views/judge_detail.ejs index 3cbd738..4c6c4a3 100644 --- a/views/judge_detail.ejs +++ b/views/judge_detail.ejs @@ -30,6 +30,7 @@ 隐藏 隐藏 隐藏 + 隐藏 <% } %> <%= judge.user.username %><% if (judge.user.nameplate) { %><%- judge.user.nameplate %><% } %> <%= syzoj.utils.formatDate(judge.submit_time) %> diff --git a/views/judge_state.ejs b/views/judge_state.ejs index 83f3147..29a1d1e 100644 --- a/views/judge_state.ejs +++ b/views/judge_state.ejs @@ -48,6 +48,7 @@ 隐藏 隐藏 隐藏 + 隐藏 <% } %> <%= judge.user.username %><% if (judge.user.nameplate) { %><%- judge.user.nameplate %><% } %> <%= syzoj.utils.formatDate(judge.submit_time) %>