Sha256: 58dac4208f15bb3055bb70d869e7ec7e253742fc822f6c6f3c2e29c603f52599
Contents?: true
Size: 808 Bytes
Versions: 9
Compression:
Stored size: 808 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title> <%= @page_title %> — <%= @shop.name %> admin</title> <meta name="description" content=""> <meta name="author" content=""> <!-- Le HTML5 shim, for IE6-8 support of HTML elements --> <!--[if lt IE 9]> <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]--> <!-- Le styles --> <%= stylesheet_link_tag 'admin' %> <style type="text/css"> body { padding-top: 60px; } </style> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <%= javascript_include_tag 'admin' %> </head> <body id=<%=body_id%>> <%= render 'layouts/top_nav_bar' %> <%= render 'layouts/container' %> </body> </html>
Version data entries
9 entries across 9 versions & 1 rubygems