Skip to content

Commit 86725a7

Browse files
committed
Display all files for a submission
1 parent 49efb21 commit 86725a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

webapp/templates/jury/partials/submission_diff.html.twig

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
</a>
8484
{% endif %}
8585
</div>
86+
{{ file.sourcecode | codeEditor(file.rank, submission.language.editorLanguage) }}
8687
</div>
8788
{%- endfor %}
8889
{%- for file in oldFileStats.addedfiles %}
@@ -101,6 +102,7 @@
101102
</a>
102103
{% endif %}
103104
</div>
105+
{{ file.sourcecode | codeEditor(file.rank, submission.language.editorLanguage) }}
104106
</div>
105107
{%- endfor %}
106108
</div>

0 commit comments

Comments
 (0)