mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
Added warning for 4.3
This commit is contained in:
@@ -44,6 +44,7 @@
|
||||
</a>
|
||||
<% end %>
|
||||
<select id="version-selector" onchange="versionSelector(this);">
|
||||
<option value="4.3">4.3</option>
|
||||
<option value="4.2">4.2</option>
|
||||
<option value="4.1">4.1</option>
|
||||
<option value="3.11">3.11</option>
|
||||
@@ -109,6 +110,13 @@
|
||||
<div class="page-header">
|
||||
<h1><%= article_title %></h1>
|
||||
</div>
|
||||
<% if (version == "4.3") %>
|
||||
<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>
|
||||
|
||||
Reference in New Issue
Block a user