Sha256: a7afda4b35840d0347cfb78ea1d7a5e76816bb9c5f3ffc4f7957b007042b9e37
Contents?: true
Size: 774 Bytes
Versions: 1
Compression:
Stored size: 774 Bytes
Contents
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <!--[if IE]><![endif]--> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title><%= options.app_name %></title> <%%= stylesheet_link_tag "app-themer/base", "app-themer/handheld", "app-themer/themes/<%= options.theme %>/style", "app-themer/override", :cache => true %> <%%= javascript_include_tag "app-themer/modernizr-1.5.min.js" %> <%%= csrf_meta_tag %> </head> <!--[if lt IE 7 ]> <body class="ie6"> <![endif]--> <!--[if IE 7 ]> <body class="ie7"> <![endif]--> <!--[if IE 8 ]> <body class="ie8"> <![endif]--> <!--[if IE 9 ]> <body class="ie9"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <body> <!--<![endif]--> <div id="container"> <%%= yield %> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
app-themer-0.4.6 | lib/generators/app_themer/layout/templates/login.html.erb |