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 e45daf5 commit 6874274Copy full SHA for 6874274
webapp/templates/jury/executable.html.twig
@@ -42,6 +42,9 @@
42
{% elseif executable.type == 'run' and default_run == executable.execid %}
43
<em>default run</em>
44
{% set used = true %}
45
+ {% elseif executable.type == 'debug' and default_full_debug == executable.execid %}
46
+ <em>default full debug</em>
47
+ {% set used = true %}
48
{% endif %}
49
{% if executable.type == 'compare' %}
50
{% for problem in executable.problemsCompare %}
0 commit comments