Add missing badges

http://files.openstack.org/docs-404s/2020-02-21.txt shows as top most
failures the badge.html files, add them.

Change-Id: I9479bb8af4c6a1ae9c3a06ef4f824bea3a60821e
This commit is contained in:
Andreas Jaeger 2020-02-21 18:28:59 +01:00
parent 28f1f71724
commit 12914f4a7d
2 changed files with 14 additions and 0 deletions

13
www/master/badge.html Normal file
View File

@ -0,0 +1,13 @@
<!-- Custom CSS -->
<link href="https://docs.openstack.org/common/css/deprecated-badge.css" rel="stylesheet">
<script src="https://docs.openstack.org/common/js/deprecated-badge.js"></script>
<div class="deprecated-badge fixed deprecated-badge-development" id="deprecated-badge">
<span class="deprecated-badge-close-button" id="deprecated-badge-close-button" title="close">x</span>
<div class="container">
<p class="deprecated-badge-left">
This release is under development. The current supported release is <a href="/{{RELEASED_SERIES}}/">{{RELEASED_SERIES.capitalize()}}.</a>
</p>
<a class="deprecated-badge-right" href="#top"><i aria-hidden="true" class="fa fa-chevron-up"></i>Back to Top</a>
</div>
</div>

1
www/train/badge.html Normal file
View File

@ -0,0 +1 @@
{% include 'templates/project_deprecated_badge.tmpl' %}