1
0
mirror of https://github.com/openshift/openshift-docs.git synced 2026-02-05 12:46:18 +01:00

Added WIP box for 4.2

This commit is contained in:
Vikram Goyal
2019-09-26 21:12:08 +10:00
committed by GitHub
parent 8bf60a856f
commit ec4ae2ed8f

View File

@@ -111,6 +111,13 @@
<div class="page-header">
<h1><%= article_title %></h1>
</div>
<% if (version == "4.2") %>
<font size="+1" color="red">This documentation is work in progress and might not be complete or fully tested.</font>
<div id="annoying-box"
style="position: fixed; top: 100px; left: 10px; width: 100px; height: 100px; color: red">
This documentation is work in progress and might not be complete or fully tested.
</div>
<% end %>
<%= content %>
</div>
</div>