Skip to content

Commit

Permalink
Update the page to display withdrawal-reason (#4420)
Browse files Browse the repository at this point in the history
  • Loading branch information
axic authored Nov 4, 2021
1 parent b273027 commit 5db47df
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions _layouts/eip.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,8 @@ <h3>{{ page.description | xml_escape }}</h3>
{% if page.requires != undefined %}
<tr><th>Requires</th><td>{% include eipnums.html eips=page.requires %}</td></tr>
{% endif %}
{% if page.replaces != undefined %}
<tr><th>Replaces</th><td>{% include eipnums.html eips=page.replaces %}</td></tr>
{% endif %}
{% if page["superseded-by"] != undefined %}
<tr><th>Superseded by</th><td>{% include eipnums.html eips=page.superseded-by %}</td></tr>
{% endif %}
{% if page.resolution != undefined %}
<tr><th>Resolution</th><td><a href="{{page.resolution | uri_escape }}">{{ page.resolution | xml_escape }}</a></td></tr>
{% if page["withdrawal-reason"] != undefined %}
<tr><th>Withdrawal reason</th><td>{{ page["withdrawal-reason"] | xml_escape }}</td></tr>
{% endif %}
</table>

Expand Down

0 comments on commit 5db47df

Please sign in to comment.