File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 123
123
</ li >
124
124
<% if ( distro_key != "openshift-origin" && distro_key != "openshift-aro" ) %>
125
125
< 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 >
127
127
<%
128
128
unless ( unsupported_versions . include? version )
129
129
%>
130
130
< 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 >
132
132
</ 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 >
134
134
<% if ( version == "4.5" ) %>
135
135
/
136
136
< select onchange ="selectLang(this); ">
You can’t perform that action at this time.
0 commit comments