Skip to content

Commit 5aeb454

Browse files
Merge pull request #38658 from vikram-redhat/pdf
[skip netlify] add tool tips
2 parents fa1e248 + 18e6d5e commit 5aeb454

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_templates/_page_openshift.html.erb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,14 +123,14 @@
123123
</li>
124124
<% if (distro_key != "openshift-origin" && distro_key != "openshift-aro") %>
125125
<span text-align="right" style="float: right !important">
126-
<a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-enterprise") ? "enterprise-#{version}" : "dedicated-4" %>/<%= repo_path %>"><span class="material-icons-outlined">history</span></a>
126+
<a href="https://github.com/openshift/openshift-docs/commits/<%= (distro_key == "openshift-enterprise") ? "enterprise-#{version}" : "dedicated-4" %>/<%= repo_path %>"><span class="material-icons-outlined" title="Page history">history</span></a>
127127
<%
128128
unless (unsupported_versions.include? version)
129129
%>
130130
<a href="https://github.com/openshift/openshift-docs/issues/new?title=<%= (distro_key == "openshift-enterprise") ? "[enterprise-#{version}] Issue in file #{repo_path}" : ((distro_key=="openshift-dedicated" ) ? "[dedicated] Issue in file #{repo_path}" : "[online] Issue in file #{repo_path}" ) %>">
131-
<span class="material-icons-outlined">bug_report</span>
131+
<span class="material-icons-outlined" title="Open an issue">bug_report</span>
132132
</a>
133-
<a href="javascript: void(0);" onclick="getPDF();"><span class="material-icons-outlined">picture_as_pdf</span></a>
133+
<a href="javascript: void(0);" onclick="getPDF();"><span class="material-icons-outlined" title="PDF (may take a while for large pages)">picture_as_pdf</span></a>
134134
<% if (version == "4.5") %>
135135
/
136136
<select onchange="selectLang(this);">

0 commit comments

Comments
 (0)