We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3875af1 commit 36b4f1aCopy full SHA for 36b4f1a
oioioi/statistics/templates/statistics/_problems_and_tests_info.html
@@ -22,7 +22,7 @@ <h4>{{ round }}</h4>
22
<td>{{ problem_info.solved }}
23
</tr>
24
{% if problem_info.testrun_config %}
25
- <tr><td colspan="3"><table class="table table-sm table-bordered">
+ <tr><td colspan="4"><table class="table table-sm table-bordered">
26
<h4>Test Run Config</h4>
27
<thead>
28
<tr>
@@ -40,7 +40,7 @@ <h4>Test Run Config</h4>
40
</tbody>
41
</table></td></tr>
42
{% endif %}
43
- <tr><td colspan="3"> <table class="table table-sm table-bordered">
+ <tr><td colspan="4"> <table class="table table-sm table-bordered">
44
<h4>Tests</h4>
45
46
0 commit comments