File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
templates/components/listings/publications Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 5
5
</h3 >
6
6
{% block maturity %}{% endblock %}
7
7
</div >
8
- <p >{{ w3c_date_format(spec .date )| raw }}{% block history %} - <a href =" {{ path(' history_view' , { ' spec' : spec .specification .shortname }) }}" >history</a >{% endblock history%}</p >
8
+ <div >{{ w3c_date_format(spec .date )| raw }}{% block history %} - <a href =" {{ path(' history_view' , { ' spec' : spec .specification .shortname }) }}" >history</a >{% endblock history%}</div >
9
9
<dl class =" inline" >
10
10
{% block tags %}
11
11
{% if spec .specification .tags | length > 0 %}
17
17
</div >
18
18
{% endif %}
19
19
{% endblock tags %}
20
- {% block editors %}
21
- {% if spec .editors | length > 0 %}
20
+ {% block deliverers %}
21
+ {% if spec .deliverers | filter( d => d . group . shortname != ' unknownwg ' ) | length > 0 %}
22
22
<div >
23
- <dt >Editors </dt >
24
- {% for editor in spec .editors | map( e => " #{e.user.name} " ) -%}
25
- <dd >{{ editor }} </dd >
23
+ <dt >Deliverers </dt >
24
+ {% for deliverer in spec .deliverers -%}
25
+ <dd >< a href = " {{ path( ' groups_show_about ' , { ' type ' : deliverer . group . groupType , ' shortname ' : deliverer . group . shortname })}} " >{{ deliverer . group . name }}</ a > </dd >
26
26
{% endfor -%}
27
27
</div >
28
28
{% endif %}
29
- {% endblock editors %}
29
+ {% endblock deliverers %}
30
30
{% block translations %}
31
31
{% if spec .translations and spec .translations .translations | length > 0 %}
32
32
<div class =" translation-list" >
You can’t perform that action at this time.
0 commit comments