File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed
webapp/templates/partials Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 11
11
{% set summaryColspan = summaryColspan + 1 %}
12
12
{% endif %}
13
13
{% endif %}
14
+ {% if public %}
15
+ {% set summaryColspan = summaryColspan + 1 %}
16
+ {% endif %}
14
17
<td class =" scoresummary" title =" Summary" colspan =" {{ summaryColspan }}" >Summary</td >
15
18
{% if enable_ranking %}
16
19
{% if scoreboard .showPoints %}
Original file line number Diff line number Diff line change 34
34
{% if showAffiliationLogos %}
35
35
{% set teamColspan = teamColspan + 1 %}
36
36
{% endif %}
37
+ {% if not public %}
38
+ {% set teamColspan = teamColspan - 1 %}
39
+ {% endif %}
37
40
38
41
{# output table column groups (for the styles) #}
39
42
<colgroup >
48
51
{% else %}
49
52
<col/>
50
53
{% endif %}
54
+ {% if public %}
55
+ <col id="scorehearts"/>
56
+ {% endif %}
51
57
{% if showAffiliationLogos %}
52
58
<col id="scorelogos"/>
53
59
{% endif %}
You can’t perform that action at this time.
0 commit comments