Skip to content

Commit

Permalink
Show review end date on website (#1842)
Browse files Browse the repository at this point in the history
  • Loading branch information
fulldecent authored and Arachnid committed Mar 12, 2019
1 parent 9ce2e5f commit 963795f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion _layouts/eip.html
Expand Up @@ -12,7 +12,11 @@ <h1 class="page-heading">
{% if page["discussions-to"] != undefined %}
<tr><th>Discussions-To</th><td><a href="{{ page["discussions-to"] | uri_escape }}">{{ page["discussions-to"] | xml_escape }}</a></td></tr>
{% endif %}
<tr><th>Status</th><td>{{ page.status | xml_escape }}</td></tr>
<tr><th>Status</th><td>{{ page.status | xml_escape }}
{% if page.review-period-end != undefined %}
<strong>(review ends {{ page.review-period-end | xml_escape }})</strong>
{% endif %}
</td></tr>
<tr><th>Type</th><td>{{ page.type | xml_escape }}</td></tr>
{% if page.category != undefined %}
<tr><th>Category</th><td>{{ page.category | xml_escape }}</td></tr>
Expand Down

0 comments on commit 963795f

Please sign in to comment.