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 1111 {% set summaryColspan = summaryColspan + 1 %}
1212 {% endif %}
1313 {% endif %}
14+ {% if public %}
15+ {% set summaryColspan = summaryColspan + 1 %}
16+ {% endif %}
1417 <td class =" scoresummary" title =" Summary" colspan =" {{ summaryColspan }}" >Summary</td >
1518 {% if enable_ranking %}
1619 {% if scoreboard .showPoints %}
Original file line number Diff line number Diff line change 3434 {% if showAffiliationLogos %}
3535 {% set teamColspan = teamColspan + 1 %}
3636 {% endif %}
37+ {% if not public %}
38+ {% set teamColspan = teamColspan - 1 %}
39+ {% endif %}
3740
3841 {# output table column groups (for the styles) #}
3942 <colgroup >
4851 {% else %}
4952 <col/>
5053 {% endif %}
54+ {% if public %}
55+ <col id="scorehearts"/>
56+ {% endif %}
5157 {% if showAffiliationLogos %}
5258 <col id="scorelogos"/>
5359 {% endif %}
You can’t perform that action at this time.
0 commit comments