Skip to content

Commit 5ec8786

Browse files
committed
if the group is closed, add the closing date
1 parent 2f4c0a9 commit 5ec8786

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/components/listings/groups/entry.html.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
</h2>
88
{% block group_description %}
99
{{ group.description|purify }}
10+
{% if group.closed %}<p><em>Group closed on {{ w3c_date_format(group.closedDate)|raw }}</em></p>{% endif %}
1011
{% endblock %}
1112
{% block group_ecosystems %}
1213
{% if group.ecosystems is defined and group.ecosystems|length > 0 %}

0 commit comments

Comments
 (0)