Skip to content

Commit 6e0036d

Browse files
committed
PDF print for rhacs-docs
1 parent 4d54604 commit 6e0036d

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)