12914f4a7d
http://files.openstack.org/docs-404s/2020-02-21.txt shows as top most failures the badge.html files, add them. Change-Id: I9479bb8af4c6a1ae9c3a06ef4f824bea3a60821e
13 lines
756 B
HTML
13 lines
756 B
HTML
<!-- 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> |