Skip to content

Commit e7fa384

Browse files
Apply suggestions from maciek
1 parent 62d7bb1 commit e7fa384

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

template.html.jinja

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,12 @@
66
<meta name="description" content="Python Docs Translation Dashboard">
77
</head>
88
<body>
9-
<center>
10-
<h1>Python Docs Translation Dashboard</h1>
11-
</center>
9+
<h1>Python Docs Translation Dashboard</h1>
1210
<table>
1311
<thead>
1412
<tr>
1513
<th>language</th>
16-
<th>build</th>
14+
<th>switcher</th>
1715
<th>visitors*</th>
1816
<th>translators</th>
1917
<th>completion</th>
@@ -23,16 +21,13 @@
2321
{% for project in completion_progress | sort(attribute='completion,translators.number') | reverse %}
2422
<tr>
2523
<td data-label="language">
26-
<a href="{{ project.contribution_link }}" target="_blank">{{ project.language.name }}</a>
27-
({{ project.language.code }})
24+
<a href="{{ project.contribution_link }}" target="_blank">{{ project.language.name }} ({{ project.language.code }})</a>
2825
</td>
2926
<td data-label="build">
3027
{% if project.in_switcher %}
3128
<a href="https://docs.python.org/{{ project.language.code }}/" target="_blank">✓</a>
3229
{% elif project.built %}
33-
<a href="https://docs.python.org/{{ project.language.code }}/" target="_blank">□</a>
34-
{% else %}
35-
30+
<a href="https://docs.python.org/{{ project.language.code }}/" target="_blank">✗</a>
3631
{% endif %}
3732
</td>
3833
<td data-label="visitors">

0 commit comments

Comments
 (0)