Browse Source

Allow problem managers to see uploader's username

pull/6/head
Pisces000221 7 years ago
parent
commit
3a1a4c138a
  1. 2
      views/problem.ejs

2
views/problem.ejs

@ -86,7 +86,7 @@ if (contest) {
</div>
<div class="ui large labels" style="float: right; vertical-align: middle">
<div class="ui basic image label" style="font-size: 1.1em; margin-right: 0.3em;">
<% if (problem.is_anonymous) { %>
<% if (problem.is_anonymous && !problem.allowedManage) { %>
<img src="<%= syzoj.utils.gravatar('', 64) %>">
<a>匿名用户</a>
<% } else { %>

Loading…
Cancel
Save