We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d678c1b commit 6228c6bCopy full SHA for 6228c6b
_templates/_page_openshift.html.erb
@@ -84,7 +84,7 @@
84
85
<% if (distro_key != "openshift-origin") %>
86
<span text-align="right" style="float: right !important">
87
- <a href="https://github.com/openshift/openshift-docs/commits/enterprise-<%= (distro_key == "openshift-enterprise") ? version : ((distro_key == "openshift-dedicated") ? "3.11" : "3.11") %>/<%= repo_path %>">
+ <a href="https://github.com/openshift/openshift-docs/commits/enterprise-<%= (distro_key == "openshift-enterprise") ? version : ((distro_key == "openshift-dedicated") ? ((version == "4") ? "4.3" : "3.11") : "3.11") %>/<%= repo_path %>">
88
Page history
89
</a>
90
<%
0 commit comments