Sha256: e3fa92f454683c2c0d13b86693cf254dc80f2c68840f0b8ee83e85ef35d217d5
Contents?: true
Size: 792 Bytes
Versions: 27
Compression:
Stored size: 792 Bytes
Contents
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title><%= content_for?(:page_title) ? yield(:page_title) : default_page_title %></title> <meta name="viewport" content="width=device-width"> <%= csrf_meta_tag %> <%= stylesheet_link_tag 'application' %> <%= javascript_include_tag 'application' %> </head> <body> <%= content_for?(:body) ? yield(:body) : yield %> <%= render 'shared/ajax_modal' %> </body> </html>
Version data entries
27 entries across 27 versions & 1 rubygems