We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ec02d2 commit fae1ad9Copy full SHA for fae1ad9
webapp/templates/jury/check_judgings.html.twig
@@ -101,9 +101,9 @@
101
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
+ 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>-->
+ <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>
0 commit comments