Skip to content

Commit 5b68e24

Browse files
Merge pull request #34881 from vikram-redhat/main
typo in page_openshift
2 parents db5af1a + 3874dac commit 5b68e24

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

_templates/_page_openshift.html.erb

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,6 @@
4949
</a>
5050
<% end %>
5151
<select id="version-selector" onchange="versionSelector(this);">
52-
<% if (version == "4.9") %>
53-
<option value="4.9">4.9</option>
54-
<% end %>
5552
<option value="4.8">4.8</option>
5653
<option value="4.7">4.7</option>
5754
<option value="4.6">4.6</option>
@@ -136,7 +133,7 @@
136133
<div class="page-header">
137134
<h1><%= article_title %></h1>
138135
</div>
139-
<% if (version == "4.9" || distro_key == "openshift-wescale") %>
136+
<% if (version == "4.9" || distro_key == "openshift-webscale") %>
140137
<font size="+1" color="red">This documentation is work in progress and might not be complete or fully tested.</font>
141138
<div id="annoying-box"
142139
style="position: fixed; top: 100px; left: 10px; width: 100px; height: 100px; color: red">

0 commit comments

Comments
 (0)