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 fcf6042 commit c4b0927Copy full SHA for c4b0927
webapp/templates/jury/submission.html.twig
@@ -677,7 +677,7 @@
677
-#})
678
{% endif %}
679
680
- {% if runsOutput[runIdx].testcasedir is not null %}
+ {% if runsOutput[runIdx].testcasedir is defined and runsOutput[runIdx].testcasedir is not null %}
681
| <code>.../{{ runsOutput[runIdx].testcasedir | split('/') | last }}</code>{#-
682
-#}<button type="button" class="btn btn-link" onclick="navigator.clipboard.writeText('{{ runsOutput[runIdx].testcasedir }}')"><i class="fa-regular fa-copy"></i></button>
683
0 commit comments