File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 7878 <a href="https://github.com/{{ repo }}" target="_blank">
7979 {{ language }}
8080 </a>
81- </td>
81+ </td>
82+ {% else %}
83+ <td data-label="language">{{ language }}</td>
84+ {% endif %}
8285 <td data-label="build">
8386 {% if in_switcher %}
8487 <a href="https://docs.python.org/{{ language }}/">in switcher</a>
9295 </a>
9396 </td>
9497 <td data-label="translators">{{ '{:,}'.format(translators) }}</td>
95- {% else %}
96- <td data-label="language">{{ language }}</td>
97- <td data-label="build">✗</td>
98- <td data-label="visitors">0</td>
99- <td data-label="translators">0</td>
100- {% endif %}
10198 <td data-label="completion">
10299 <div class="progress-bar" style="width: {{ completion | round(2) }}%;">{{ completion | round(2) }}%</div>
103100 </td>
You can’t perform that action at this time.
0 commit comments