Sha256: de5cf518e224b7d9e15877d708a845e03606dbaccf5ec823f8ab79fa638d39a6
Contents?: true
Size: 940 Bytes
Versions: 2
Compression:
Stored size: 940 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title><%= title %></title> <meta name="pdfkit-page-size" content="A4"> <meta name="pdfkit-margin-left" content="20"> <meta name="pdfkit-margin-top" content="20"> <meta name="pdfkit-margin-bottom" content="25"> <meta name="pdfkit-margin-right" content="20"> <meta name="pdfkit-footer-spacing" content="10"> <meta name="pdfkit-footer-line" content="true"> <meta name="pdfkit-footer-left" content="[title]"> <meta name="pdfkit-footer-center" content="[page] of [toPage]"> <meta name="pdfkit-footer-right" content="[section]"> <link href="<%= @service_presenter.asset_path('application.css') %>" media="all" rel="stylesheet"> </head> <body> <div class="container bs-docs-container"> <%= yield %> </div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
lurker-1.0.0 | lib/lurker/templates/layouts/print.html.erb |
lurker-0.6.12 | lib/lurker/templates/layouts/print.html.erb |