Skip to content

Commit 36d4986

Browse files
Merge pull request #56262 from gaurav-nelson/PDF-rhacs
PDF print for rhacs-docs
2 parents 1985a4e + 6e0036d commit 36d4986

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

_templates/_page_openshift.html.erb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,8 @@
217217
<span class="material-icons-outlined" title="Open an issue">bug_report
218218
</span>
219219
</a>
220-
<a href="javascript: void(0);" onclick="getPDF();">
221-
<span class="material-icons-outlined" title="Download PDF (may take a while for large pages)">picture_as_pdf
222-
</span>
220+
<a href="javascript: void(0);" onclick="window.print()">
221+
<span class="material-icons-outlined" title="Print page (Save as PDF)">picture_as_pdf</span>
223222
</a>
224223
<% end %>
225224
</span>

0 commit comments

Comments
 (0)