Sha256: 06fb33670e32854f9b0e53ea7806fa894dd1f20b2cc3fb37ebac22fb4c32887a
Contents?: true
Size: 995 Bytes
Versions: 1
Compression:
Stored size: 995 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="inside_head"> <%= render partial: 'harpiya/shared/head' %> </head> <body class="<%= body_class %>" id="<%= @body_id || 'default' %>" data-hook="body"> <%= render partial: 'harpiya/shared/checkout_header' %> <div id="overlay" class="overlay"></div> <div data-hook> <main id="content" data-hook> <%= flash_messages %> <%= yield %> </main> <%= yield :templates %> </div> <footer> <%= render 'harpiya/shared/copyright' %> </footer> <%= render 'harpiya/shared/translations' %> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
harpiya_frontend-4.3.0.alpha | app/views/harpiya/layouts/checkout.html.erb |