Sha256: cba2f056316c91f1f9b53d40438d79b5977dbe00fef2b3786a0acfb197cef811
Contents?: true
Size: 808 Bytes
Versions: 15
Compression:
Stored size: 808 Bytes
Contents
<!doctype html> <!--[if lt IE 7 ]> <html class="ie ie6" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 7 ]> <html class="ie ie7" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 8 ]> <html class="ie ie8" lang="<%= I18n.locale %>"> <![endif]--> <!--[if IE 9 ]> <html class="ie ie9" lang="<%= I18n.locale %>"> <![endif]--> <!--[if gt IE 9]><!--><html lang="<%= I18n.locale %>"><!--<![endif]--> <head data-hook="admin_inside_head"> <%= render partial: 'spree/admin/shared/head' %> </head> <body> <div class="container"> <div class="row"> <div class="col-md-4 col-md-offset-4"> <%= render partial: 'spree/admin/shared/header' %> <%= flash_alert(flash) %> <%= yield %> </div> </div> </div> </body> </html>
Version data entries
15 entries across 15 versions & 1 rubygems