File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 7676 {% for version in versions %}
7777 {% set y = version .y * LINE_HEIGHT %}
7878
79- <!-- Legend on the left -->
80- <text
81- class =" release-cycle-version-label"
82- x =" {{ 0.5 * SCALE }}"
83- y =" {{ y * SCALE }}"
84- font-size =" {{ SCALE }}"
85- >
86- Python {{ version.key }}
87- </text >
88-
8979 <!-- Colourful blob with a label -->
9080 {% set start_x = date_to_x (version .first_release_date ) %}
9181 {% set end_x = date_to_x (version .end_of_life_date ) %}
193183 {{ version.status }}
194184 </text >
195185 {% endif %}
186+
187+ <!-- Legend on the left -->
188+ <text
189+ class =" release-cycle-version-label"
190+ x =" {{ 0.5 * SCALE }}"
191+ y =" {{ y * SCALE }}"
192+ font-size =" {{ SCALE }}"
193+ >
194+ Python {{ version.key }}
195+ </text >
196196 {% endfor %}
197197
198198 <!-- A line for today -->
You can’t perform that action at this time.
0 commit comments