Skip to content

Commit 13f7c1d

Browse files
authored
Merge pull request #68401 from mramendi/history-builds
RHDEVDOCS 5735 fix history link for Builds
2 parents b1eea3c + 570d61f commit 13f7c1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_templates/_page_openshift.html.erb

+3-3
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@
234234
</a>
235235
<select id="version-selector" onchange="versionSelector(this);">
236236
<option value="1.0">1.0</option>
237-
</select>
237+
</select>
238238
<% elsif (distro_key == "openshift-gitops") %>
239239
<a href="https://docs.openshift.com/gitops/<%= version %>/release_notes/gitops-release-notes.html">
240240
<%= distro %>
@@ -367,7 +367,7 @@
367367
</span>
368368
<% elsif (distro_key == "openshift-builds") %>
369369
<span text-align="right" style="float: right !important">
370-
<a href="https://github.com/openshift/build-docs/commits/<%= (distro_key == "openshift-builds") ? "build-docs-#{version}" : "build-docs" %>/<%= repo_path %>">
370+
<a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-builds") ? "build-docs-#{version}" : "build-docs" %>/<%= repo_path %>">
371371
<span class="material-icons-outlined" title="Page history">history
372372
</span>
373373
</a>
@@ -380,7 +380,7 @@
380380
<span class="material-icons-outlined" title="Print page (Save as PDF)">picture_as_pdf</span>
381381
</a>
382382
<% end %>
383-
</span>
383+
</span>
384384
<% elsif (distro_key == "openshift-gitops") %>
385385
<span text-align="right" style="float: right !important">
386386
<a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-gitops") ? "gitops-docs-#{version}" : "gitops-docs" %>/<%= repo_path %>">

0 commit comments

Comments
 (0)