Sha256: 7d6168082f2436ebde0f4bc247b3d6e20891a0248b935a25226767faa403846a
Contents?: true
Size: 644 Bytes
Versions: 1
Compression:
Stored size: 644 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv=X-UA-Compatible content="Chrome=1,IE=edge"> <meta name="renderer" content="webkit"> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no, maximum-scale=1"> <title></title> <link rel="stylesheet" href="<%= stylesheet_path 'application' %>"> <meta name="keywords" content=""> <meta name="description" content=""> <link rel="canonical" href='<%= $app_settings['url'] %>'> </head> <body> <%= yield %> <script src='<%= javascript_path 'application' %>' charset="utf-8"></script> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
aetherg-0.5.0.beta2 | lib/templates/app/views/layouts/application.erb |