Sha256: 7e8d2e28f2eb5fb9f95fddabbe185864786e0ddd5577b1ad90a88ab527ccf9c6
Contents?: true
Size: 817 Bytes
Versions: 17
Compression:
Stored size: 817 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 class="pt-5"> <div class="container"> <div class="row"> <div class="col-lg-6 offset-lg-3"> <%= render partial: 'spree/admin/shared/header' %> <%= flash_alert(flash) %> <%= yield %> </div> </div> </div> </body> </html>
Version data entries
17 entries across 17 versions & 1 rubygems