Skip to content

Commit e28750f

Browse files
nickygerritsenvmcj
andauthored
Update webapp/templates/public/partials/submission_list.html.twig
Co-authored-by: MCJ Vasseur <14887731+vmcj@users.noreply.github.com>
1 parent 5962b80 commit e28750f

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)