Sha256: c6ccc7771eb0dfd25b394740c5c30f05f0f156a1ac272b33c64048e70b9f7ee5
Contents?: true
Size: 1.58 KB
Versions: 2
Compression:
Stored size: 1.58 KB
Contents
<!DOCTYPE html> <html> <head> <title>Magic-Stylez</title> <%= stylesheet_link_tag 'application', media: 'all' %> <%= javascript_include_tag 'application' %> <%= csrf_meta_tags %> <link href='http://fonts.googleapis.com/css?family=Gloria+Hallelujah' rel='stylesheet' type='text/css'> <%# === Site - Icon === #%> <link href="<%= asset_path("ico/favicon.ico") %>" rel="shortcut icon" type="image/vnd.microsoft.icon" /> <link href="<%= asset_path("ico/favicon.png") %>" rel="shortcut icon" type="image/png" /> <%# iPad 3 Retina Display #%> <link rel="apple-touch-icon-precomposed" sizes="144x144"href="<%= asset_path("ico/apple-touch-icon-144x144-precomposed.png") %>" /> <%# iPhone 4 Retina display #%> <link rel="apple-touch-icon-precomposed" sizes="114x114"href="<%= asset_path("ico/apple-touch-icon-114x114-precomposed.png") %>" /> <%# iPad non-Retina display #%> <link rel="apple-touch-icon-precomposed" sizes="72x72"href="<%= asset_path("ico/apple-touch-icon-72x72-precomposed.png") %>" /> <%# Non-Retina iPhone, iPod Touch, Android 2.1+ #%> <link rel="apple-touch-icon-precomposed" href="<%= asset_path("ico/apple-touch-icon-57x57-precomposed.png") %>" /> <%# Nokia #%> <link rel="apple-touch-icon" href="<%= asset_path("ico/apple-touch-icon.png") %>" /> <script type="text/javascript" charset="utf-8"> App = {}; App.Environment = "<%= Rails.env.to_s %>"; </script> </head> <body class="main_template"> <%= render "front/aside" %> <div class="clearfix"></div> <div id="app_content"> <%= yield %> </div> <div class="clearfix"></div> </body> </html>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
magic_stylez-0.0.0.54 | test/dummy/app/views/layouts/application.html.erb |
magic_stylez-0.0.0.53 | test/dummy/app/views/layouts/application.html.erb |