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 b8918ae commit 8b3909aCopy full SHA for 8b3909a
_templates/_page_openshift.html.erb
@@ -102,10 +102,7 @@
102
</li>
103
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro") %>
104
<span text-align="right" style="float: right !important">
105
- <a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-enterprise") ? "enterprise-#{version}" : "dedicated-4" %>/
106
- <%= repo_path %>">
107
- Page history
108
- </a>
+ <a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-enterprise") ? "enterprise-#{version}" : "dedicated-4" %>/<%= repo_path %>">Page history</a>
109
<%
110
unless (unsupported_versions.include? version)
111
%>
0 commit comments