Created
October 8, 2019 21:35
-
-
Save evanlouden/e01d8a6ed4d2743308ccc943ad4b136b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>PDF</title> | |
<%= wicked_pdf_stylesheet_link_tag "print" -%> | |
</head> | |
<body> | |
<div class='container'> | |
<%= yield %> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment