File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change 175
175
</ li >
176
176
<% if ( distro_key != "openshift-origin" && distro_key != "openshift-aro" && distro_key != "openshift-acs" ) %>
177
177
< span text-align ="right " style ="float: right !important ">
178
- < 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 >
178
+ < a href ="https://github.com/openshift/openshift-docs/commits/<%=
179
+ ( ( distro_key == "openshift-enterprise" ) ? "enterprise-#{ version } "
180
+ : ( distro_key == "openshift-aro" ) ? "aro-work"
181
+ : ( distro_key =="openshift-dedicated" ) ? "dedicated-4"
182
+ : "main" ) %> / <%= repo_path %> "> < span class ="material-icons-outlined " title ="Page history "> history</ span > </ a >
179
183
<%
180
184
unless ( unsupported_versions . include? version )
181
185
%>
182
- < 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 } " ) %> ">
186
+ < a href ="https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332330&issuetype=1&components=12367614&priority=4&summary= <%=
187
+ ( ( distro_key == "openshift-enterprise" ) ? "[enterprise-#{ version } ]+Issue+in+file+#{ repo_path } "
188
+ : ( distro_key =="openshift-dedicated" ) ? "[dedicated-4]+Issue+in+file+#{ repo_path } "
189
+ : ( distro_key =="microshift" ) ? "[microshift-#{ version } ]+Issue+in+file+#{ repo_path } "
190
+ : ( distro_key =="openshift-aro" ) ? "[aro-#{ version } ]+Issue+in+file+#{ repo_path } "
191
+ : ( distro_key =="openshift-online" ) ? "[online-#{ version } ]+Issue+in+file+#{ repo_path } "
192
+ : ( distro_key =="openshift-rosa" ) ? "[rosa-#{ version } ]+Issue+in+file+#{ repo_path } "
193
+ : "Issue+in+file+#{ repo_path } " ) %> ">
183
194
< span class ="material-icons-outlined " title ="Open an issue "> bug_report</ span >
184
195
</ a >
185
196
< a href ="javascript: void(0); " onclick ="window.print() "> < span class ="material-icons-outlined " title ="Print page (Save as PDF) "> picture_as_pdf</ span > </ a >
You can’t perform that action at this time.
0 commit comments