@@ -18,26 +18,24 @@ <h3>{{ proposals["title"] }}</h3>
18
18
< ul class ="featurelist__legend__tags ">
19
19
< li >
20
20
{{ proposals["how-to-read"]["tags"]["last-presented"] }}:
21
- < div class ="featurelist__item__presented featurelist-item-tag ">
22
- < a
23
- href ="{{ presentation.url }} "
24
- title ='{{ proposals["last-presented-alt"] }} '
21
+ < div class ="featurelist__item__presented featurelist__item__tag ">
22
+ < a title ='{{ proposals["last-presented-alt"] }} '
25
23
> {{ proposals["how-to-read"]["tags"]["last-presented-fake-date"]
26
24
}}</ a
27
25
>
28
26
</ div >
29
27
</ li >
30
28
< li >
31
29
{{ proposals["how-to-read"]["tags"]["tests"] }}:
32
- < div class ="featurelist__item__tests featurelist-item-tag ">
30
+ < div class ="featurelist__item__tests featurelist__item__tag ">
33
31
< a title ='{{ proposals["tests-alt"] }} '>
34
32
{{ proposals["tests"] }}
35
33
</ a >
36
34
</ div >
37
35
</ li >
38
36
< li >
39
37
{{ proposals["how-to-read"]["tags"]["spec"] }}:
40
- < div class ="featurelist__item__spec featurelist-item-tag ">
38
+ < div class ="featurelist__item__spec featurelist__item__tag ">
41
39
< a title ='{{ proposals["specification-alt"] }} '>
42
40
{{ proposals["specification"] }}
43
41
</ a >
@@ -61,7 +59,7 @@ <h4 class="featurelist__item__title flex-grow">
61
59
< ul class ="featurelist__item__status featurelist__item__tags ">
62
60
<!-- {% if proposal[1].presented | size %} {% for
63
61
presentation in proposal[1].presented %}
64
- <li class="featurelist__item__presented featurelist-item-tag ">
62
+ <li class="featurelist__item__presented featurelist__item__tag ">
65
63
{%- if presentation.url -%}
66
64
<a
67
65
href="{{ presentation.url }}"
@@ -78,13 +76,13 @@ <h4 class="featurelist__item__title flex-grow">
78
76
</li>
79
77
{% endfor %} {% endif %} -->
80
78
{% if proposal.tests | size %} {% for url in proposal.tests %}
81
- < li class ="featurelist__item__tests featurelist-item-tag ">
79
+ < li class ="featurelist__item__tests featurelist__item__tag ">
82
80
< a href ="{{ url }} " title ='{{ proposals["test-alt"] }} '>
83
81
{{ proposals["tests"] }}
84
82
</ a >
85
83
</ li >
86
84
{% endfor %} {% endif %} {% if proposal['has-specification'] %}
87
- < li class ="featurelist__item__spec featurelist-item-tag ">
85
+ < li class ="featurelist__item__spec featurelist__item__tag ">
88
86
< a
89
87
href ="https://tc39.es/{{ proposal.id }} "
90
88
title ='{{ proposals["specification-alt"] }} '
0 commit comments