Sha256: 55bbee8311cddf03c15ef6a9c66b28498e7bc53f1ddcc8c5921f6a3fe1f3d046
Contents?: true
Size: 581 Bytes
Versions: 4
Compression:
Stored size: 581 Bytes
Contents
<!doctype html> <html> <head> <meta charset="utf-8"> <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"> <%= display_meta_tags site: 'hello-world', title: 'CMS' %> <%= csrf_meta_tags %> <%= stylesheet_link_tag :admin, media: 'all' %> </head> <body class='<%= body_class %>'> <%= yield %> </body> </html>
Version data entries
4 entries across 4 versions & 1 rubygems