Don't show diff box if there's only 1 entry (and itself).
- Legacy-Id: 4377
This commit is contained in:
parent
3b2c0a2169
commit
0cb29a7d10
|
@ -11,7 +11,7 @@
|
|||
{% block content %}
|
||||
{{ top|safe }}
|
||||
|
||||
{% if diff_revisions %}
|
||||
{% if diff_revisions and diff_revisions|length > 1 %}
|
||||
<div class="ietf-box diffTool">
|
||||
<h2>Diffs</h2>
|
||||
|
||||
|
|
Loading…
Reference in a new issue