Sha256: 273c028f878bca96e70acbdd77e972ab9bea68618871a4bf8a69dee3880794fd
Contents?: true
Size: 1.46 KB
Versions: 12
Compression:
Stored size: 1.46 KB
Contents
<!DOCTYPE html> <!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ --> <!--[if lt IE 7 ]> <html class="ie6" lang="en"> <![endif]--> <!--[if IE 7 ]> <html class="ie7" lang="en"> <![endif]--> <!--[if IE 8 ]> <html class="ie8" lang="en"> <![endif]--> <!--[if (gte IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]--> <head> <meta charset="utf-8" /> <!-- Uncomment to make IE8 render like IE7 --> <!-- <meta http-equiv="X-UA-Compatible" content="IE=7" /> --> <!-- Set the viewport width to device width for mobile --> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic' rel='stylesheet' type='text/css' /> <title><%= t('application.name') + " v" + InlineForms::VERSION -%></title> <%= stylesheet_link_tag "application" %> <%= javascript_include_tag "vendor/custom.modernizr" %> <%= csrf_meta_tags %> </head> <body> <div id="devise-header"class="row"> <div class="small-6 small-centered columns"> <%= image_tag 'devise_header.png' %> </div> </div> <%= yield %> <div id="devise-footer" class="row"> <div class="small-6 columns"> <%= image_tag 'devise_footer_left.png' %> </div> <div class="small-6 columns"> <%= image_tag 'devise_footer_right.png' %> </div> </div> <%= javascript_include_tag "application" %> </body> </html>
Version data entries
12 entries across 12 versions & 1 rubygems