Skip to content

Commit 8b3909a

Browse files
Update _page_openshift.html.erb
1 parent b8918ae commit 8b3909a

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
@@ -102,10 +102,7 @@
102102
</li>
103103
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro") %>
104104
<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>
105+
<a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-enterprise") ? "enterprise-#{version}" : "dedicated-4" %>/<%= repo_path %>">Page history</a>
109106
<%
110107
unless (unsupported_versions.include? version)
111108
%>

0 commit comments

Comments
 (0)