Merged in [18744] from rjsparks@nostrum.com:
Cleaner title on the document history page when the document is an rfc (or any other document where rev is empty).
- Legacy-Id: 18761
Note: SVN reference [18744] has been migrated to Git commit c9f7b18981
This commit is contained in:
commit
8d94aeabe0
|
@ -4,7 +4,7 @@
|
|||
{% load ietf_filters %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}History for {{ doc.name }}-{{ doc.rev }}{% endblock %}
|
||||
{% block title %}History for {{ doc.name }}{% if doc.rev %}-{{ doc.rev }}{% endif %}{% endblock %}
|
||||
|
||||
{% block morecss %}
|
||||
form.diff-form button[type=submit] { margin-left: 2em; }
|
||||
|
|
Loading…
Reference in a new issue