Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 9fc69d2

Browse files
committed
Tempalte
1 parent a997b1c commit 9fc69d2

File tree

1 file changed

+3
-21
lines changed

1 file changed

+3
-21
lines changed

src/_includes/roadmap.md

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,6 @@
33
{% assign categories = include.data.categories | where: "name", include.categories %}
44
{% endif %} -->
55

6-
<!-- <table class="status-table">
7-
<tbody>
8-
<tr class="category-name">
9-
<th>In progress</th>
10-
<th>Planned</th>
11-
</tr>
12-
{% for categories in categories %}
13-
{% for categoryFeature in categories.features %}
14-
<tr class="category-feature">
15-
{% if categories.name == "In progress" %}
16-
<td>{{ categoryFeature.name }}</td>
17-
{% elsif categories.name == "Planned" %}
18-
<td>{{ categoryFeature.name }}</td>
19-
{% endif %}
20-
</tr>
21-
{% endfor %}
22-
{% endfor %}
23-
</tbody>
24-
</table> -->
25-
266
<table class="status-table">
277
<tbody>
288
<tr class="category-name">
@@ -32,9 +12,11 @@
3212
{% for categories in categories %}
3313
{% for categoryFeature in categories.features %}
3414
<tr class="category-feature">
35-
{% case categories.name == "In progress" %}
15+
{% if categories.name == "In progress" %}
3616
<td>{{ categoryFeature.name }}</td>
17+
<td></td>
3718
{% elsif categories.name == "Planned" %}
19+
<td></td>
3820
<td>{{ categoryFeature.name }}</td>
3921
{% endif %}
4022
</tr>

0 commit comments

Comments
 (0)