Skip to content

Commit 2c3ac2d

Browse files
committed
Split further
1 parent e490ef4 commit 2c3ac2d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

webapp/templates/jury/check_judgings.html.twig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,13 +101,13 @@
101101

102102
{% if problems != [] %}
103103
<h2>Problem runtime analytics</h2>
104-
You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
104+
<!--You probably want to <a href="{{ path('jury_config') }}">fully</a> judge all submissions with enough overshoot
105105
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 %}
106+
<code>Time Limit Exceeded</code> solutions.<br>-->
107+
<!--{% for p in problems %}
108108
{% set link = path('analysis_problem', {'probid': p.probid, 'view': 'hidden'}) %}
109109
<a href="{{ link }}">{{ p | problemBadge }}</a>
110-
{% endfor %}
110+
{% endfor %}-->
111111
{% endif %}
112112

113113
{% endblock %}

0 commit comments

Comments
 (0)