Skip to content

Commit 26e6d20

Browse files
nickygerritsenvmcj
andcommitted
Update webapp/templates/public/partials/submission_list.html.twig
Co-authored-by: MCJ Vasseur <[email protected]>
1 parent fbd940a commit 26e6d20

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

webapp/templates/public/partials/submission_list.html.twig

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
{% else %}
77
<table class="data-table table table-hover table-striped table-sm submissions-table">
88
<thead class="thead-light">
9-
<tr>
10-
<th scope="col">time</th>
11-
<th scope="col">language</th>
12-
<th scope="col">result</th>
13-
</tr>
9+
<tr>
10+
<th scope="col">time</th>
11+
<th scope="col">language</th>
12+
<th scope="col">result</th>
13+
</tr>
1414
</thead>
1515
<tbody>
1616
{% for submission in submissions %}

0 commit comments

Comments
 (0)