Initial commit
This commit is contained in:
14
app/views/layouts/contract_pdf.html.erb
Normal file
14
app/views/layouts/contract_pdf.html.erb
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="ROBOTS" content="NOODP" />
|
||||
<meta name="viewport" content="initial-scale=1" />
|
||||
<style>
|
||||
<%= Rails.application.assets_manifest.find_sources("contract_pdf.css").first.to_s %>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<%= yield %>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user