Skip to content

Commit 1c560df

Browse files
committed
Revert "Display the links"
This reverts commit 1904a8c.
1 parent 1bd62b1 commit 1c560df

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

webapp/templates/jury/check_judgings.html.twig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -99,15 +99,4 @@
9999
{{ checkJudgings.verifyResults('earlier', 'Verified earlier', earlier, true) }}
100100
{{ checkJudgings.verifyResults('nomatch', 'Without magic string', nomatch, true) }}
101101

102-
{% if problems != [] %}
103-
<h2>Problem runtime analytics</h2>
104-
You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
105-
to see the maximum runtime for <code>Accepted</code> solutions and tune those against expected
106-
<code>Time Limit Exceeded</code> solutions.<br>
107-
{% for p in problems %}
108-
{% set link = path('analysis_problem', {'probid': p.probid, 'view': 'hidden'}) %}
109-
<a href="{{ link }}">{{ p | problemBadge }}</a>
110-
{% endfor %}
111-
{% endif %}
112-
113102
{% endblock %}

0 commit comments

Comments
 (0)