@@ -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 >
@@ -53,15 +51,13 @@ <h3>{{ proposals["title"] }}</h3>
53
51
< div class ="featurelist__item__intro ">
54
52
< header class ="g-row ">
55
53
< h4 class ="featurelist__item__title flex-grow ">
56
- < a href ="https://github.com/tc39/{{ proposal.url }} "
57
- > {{ proposal.name }}</ a
58
- >
54
+ < a href ="{{ proposal.url }} "> {{ proposal.name }}</ a >
59
55
</ h4 >
60
56
< div class ="featurelist__item__tags ">
61
57
< ul class ="featurelist__item__status featurelist__item__tags ">
62
58
<!-- {% if proposal[1].presented | size %} {% for
63
59
presentation in proposal[1].presented %}
64
- <li class="featurelist__item__presented featurelist-item-tag ">
60
+ <li class="featurelist__item__presented featurelist__item__tag ">
65
61
{%- if presentation.url -%}
66
62
<a
67
63
href="{{ presentation.url }}"
@@ -78,13 +74,13 @@ <h4 class="featurelist__item__title flex-grow">
78
74
</li>
79
75
{% endfor %} {% endif %} -->
80
76
{% if proposal.tests | size %} {% for url in proposal.tests %}
81
- < li class ="featurelist__item__tests featurelist-item-tag ">
77
+ < li class ="featurelist__item__tests featurelist__item__tag ">
82
78
< a href ="{{ url }} " title ='{{ proposals["test-alt"] }} '>
83
79
{{ proposals["tests"] }}
84
80
</ a >
85
81
</ li >
86
82
{% endfor %} {% endif %} {% if proposal['has-specification'] %}
87
- < li class ="featurelist__item__spec featurelist-item-tag ">
83
+ < li class ="featurelist__item__spec featurelist__item__tag ">
88
84
< a
89
85
href ="https://tc39.es/{{ proposal.id }} "
90
86
title ='{{ proposals["specification-alt"] }} '
0 commit comments