Sha256: 3d20794d39012e8768a6df5ccf100ce5f3b63eeaa6aeb3813da6def950a22a8a
Contents?: true
Size: 374 Bytes
Versions: 18
Compression:
Stored size: 374 Bytes
Contents
<!DOCTYPE html> <html lang="<%= I18n.locale %>"> <head> <meta charset="UTF-8"> <title><%= html_title %></title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <%= wicked_pdf_stylesheet_link_tag('application') %> </head> <body> <section id="main" class="container-fluid"> <%= yield %> </section> </body> </html>
Version data entries
18 entries across 18 versions & 1 rubygems