Sha256: 50f01099c8fd9409f51f04c734d9ba8c1848df38c366f329d028205dd32de255
Contents?: true
Size: 844 Bytes
Versions: 5
Compression:
Stored size: 844 Bytes
Contents
<!DOCTYPE html> <html class="public"> <head> <title><%= @site_title %></title> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <!-- <meta name="description" content="<%%#= @meta[:description] %>"> --> <!-- <meta name="robots" content="noindex, nofollow"> --> <meta name="viewport" content="width=device-width, user-scalable=no, minimum-scale=1.0, maximum-scale=1.0, initial-scale=1.0"> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="format-detection" content="telephone=no"> <%%= stylesheet_link_tag 'application', :media => 'all' %> <%%= javascript_include_tag "modernizr" %> <%%= csrf_meta_tags %> </head> <body> <%%= render :partial => 'status' %> <%%= yield %> <%%= javascript_include_tag 'application' %> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems