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.
td
1 parent a80fe49 commit 05c67cdCopy full SHA for 05c67cd
webapp/templates/jury/analysis/contest_overview.html.twig
@@ -205,10 +205,10 @@ $(function() {
205
{% set id=j.submitid %}
206
<tr class='clickable-row' data-href="{{path('jury_submission', {'submitId': id}) }}">
207
<th scope="row">{{ id }}</th>
208
- <td scope="row">{{ j.judgingid }}</td>
209
- <td scope="row">{{ j.submittime | printtime }}</td>
210
- <td scope="row">{{ j.num_judgings }}</td>
211
- <td scope="row">{{ j.timediff | number_format(2) }}s</td>
+ <td>{{ j.judgingid }}</td>
+ <td>{{ j.submittime | printtime }}</td>
+ <td>{{ j.num_judgings }}</td>
+ <td>{{ j.timediff | number_format(2) }}s</td>
212
</tr>
213
{% endfor %}
214
</tbody>
0 commit comments