We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d54604 commit 6e0036dCopy full SHA for 6e0036d
_templates/_page_openshift.html.erb
@@ -217,9 +217,8 @@
217
<span class="material-icons-outlined" title="Open an issue">bug_report
218
</span>
219
</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>
+ <a href="javascript: void(0);" onclick="window.print()">
+ <span class="material-icons-outlined" title="Print page (Save as PDF)">picture_as_pdf</span>
223
224
<% end %>
225
0 commit comments